electron/package.json
2014-04-11 21:02:22 +08:00

22 lines
394 B
JSON

{
"name": "atom-shell",
"version": "0.11.10",
"devDependencies": {
"coffee-script": "~1.6.3",
"coffeelint": "~0.6.1",
"formidable": "~1.0.14",
"mocha": "~1.13.0",
"pathwatcher": "0.14.0",
"q": "0.9.7",
"runas": "0.5.*",
"temp": "~0.6.0",
"walkdir": "~0.0.7"
},
"private": true,
"scripts": {
"preinstall": "node -e 'process.exit(0)'"
}
}