electron/package.json

23 lines
394 B
JSON
Raw Normal View History

2013-04-14 22:48:35 +08:00
{
2013-11-07 12:52:26 +08:00
"name": "atom-shell",
2014-04-11 21:02:22 +08:00
"version": "0.11.10",
2013-04-14 22:48:35 +08:00
"devDependencies": {
"coffee-script": "~1.6.3",
"coffeelint": "~0.6.1",
2014-01-28 09:36:32 +08:00
"formidable": "~1.0.14",
"mocha": "~1.13.0",
2014-01-13 18:25:04 +08:00
"pathwatcher": "0.14.0",
2014-01-10 15:19:08 +08:00
"q": "0.9.7",
2014-02-20 16:43:26 +08:00
"runas": "0.5.*",
2014-01-28 09:36:32 +08:00
"temp": "~0.6.0",
"walkdir": "~0.0.7"
2013-04-14 22:48:35 +08:00
},
"private": true,
"scripts": {
"preinstall": "node -e 'process.exit(0)'"
2013-04-14 22:48:35 +08:00
}
}