Created
January 25, 2019 13:54
-
-
Save AndrienkoAleksandr/c562f9111c414cb596286bc5156a39a1 to your computer and use it in GitHub Desktop.
Stack with empty recipe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "che7-preview", | |
"creator": "ide", | |
"name": "Che 7 Theia dev", | |
"description": "Development Theia as IDE, CHE-Theia, Theia plugins or plugin api.", | |
"scope": "general", | |
"tags": [ | |
"ws.next", | |
"Theia", | |
"Node.JS", | |
"NPM", | |
"Yeoman", | |
"Yarn" | |
], | |
"components": [ | |
{ | |
"name": "Centos", | |
"version": "7" | |
}, | |
{ | |
"name": "NodeJS", | |
"version": "8.12.0" | |
}, | |
{ | |
"name": "NPM", | |
"version": "6.4.1" | |
} | |
], | |
"workspaceConfig": { | |
"name": "che7", | |
"defaultEnv": "default", | |
"environments": { | |
"default": { | |
"machines": {} | |
} | |
}, | |
"projects": [], | |
"attributes": { | |
"editor": "org.eclipse.che.editor.theia:1.0.0", | |
"plugins": "che-machine-exec-plugin:0.0.1" | |
}, | |
"commands": [], | |
"links": [] | |
}, | |
"stackIcon": { | |
"name": "type-che7.svg", | |
"mediaType": "image/svg+xml" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment