project-nexus
Version:
A hub for all your programming projects
78 lines (77 loc) • 1.62 kB
JSON
{
"name": "project-nexus",
"description": "A hub for all your programming projects",
"version": "1.13.2",
"repository": {
"type": "git",
"url": "http://github.com/1j01/project-nexus.git"
},
"bugs": {
"url": "http://github.com/1j01/project-nexus/issues"
},
"license": "MIT",
"keywords": [
"project",
"projects",
"manager",
"nexus",
"hub",
"npm",
"node",
"node.js",
"node-webkit",
"nw.js",
"nwjs",
"nw",
"tool",
"app",
"desktop",
"dev",
"developer",
"development",
"programming",
"coding"
],
"scripts": {
"start": "nw",
"install": "coffee bin/install.coffee",
"uninstall": "coffee bin/uninstall.coffee"
},
"bin": "./bin/nw-app.js",
"preferGlobal": true,
"main": "app/app.html",
"window": {
"title": "Project Nexus",
"id": "Project Nexus",
"show": false,
"width": 700,
"height": 500,
"min_width": 270,
"min_height": 40,
"icon": "app/img/cube.png"
},
"devDependencies": {
"nw-dev": "^2.0.0"
},
"dependencies": {
"async": "^1.4.0",
"chokidar": "^1.0.5",
"chrome-location": "^1.2.1",
"coffee-script": "^1.9.3",
"elementary.css": "^2.0.0",
"get-port": "^1.0.0",
"is-running": "^1.0.5",
"jsoneditor": "^4.2.1",
"live-server": "^0.8.1",
"node-inspector": "^0.12.5",
"nw": "^0.15.0-beta2sdk-2",
"process-tree": "^1.0.0",
"react-script": "^2.0.3",
"semver": "^5.0.1",
"tree-kill": "^0.1.1",
"user-home": "^2.0.0"
},
"optionalDependencies": {
"windows-shortcuts": "^0.1.1"
}
}