electron/package.json
2013-12-16 22:46:16 +08:00

22 lines
369 B
JSON

{
"name": "atom-shell",
"version": "0.7.5",
"devDependencies": {
"coffee-script": "~1.6.3",
"coffeelint": "~0.6.1",
"mocha": "~1.13.0",
"walkdir": "~0.0.7",
"runas": "0.3.0",
"formidable": "~1.0.14",
"unzip": "~0.1.9",
"time": "0.10.0"
},
"private": true,
"scripts": {
"preinstall": "node -e 'process.exit(0)'"
}
}