edex-ui/package.json
2017-02-02 13:51:27 +01:00

29 lines
675 B
JSON

{
"name": "edex-ui",
"version": "0.0.1",
"description": "A science fiction desktop running everywhere. Awesome.",
"main": "startup.js",
"scripts": {
"start": "./node_modules/.bin/electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/GitSquared/edex-ui.git"
},
"author": "GitSquared",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GitSquared/edex-ui/issues"
},
"homepage": "https://github.com/GitSquared/edex-ui#readme",
"dependencies": {
"electron": "^1.4.15",
"jquery": "^3.1.1",
"node-pty": "^0.6.2",
"xterm": "^2.2.3"
},
"devDependencies": {
"devtron": "^1.4.0"
}
}