electron/package.json

23 lines
392 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-01-13 18:46:19 +08:00
"version": "0.8.4",
2013-04-14 22:48:35 +08:00
"devDependencies": {
"coffee-script": "~1.6.3",
"coffeelint": "~0.6.1",
"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",
"walkdir": "~0.0.7",
2013-12-16 22:46:16 +08:00
"runas": "0.3.0",
2014-01-09 20:29:54 +08:00
"formidable": "~1.0.14",
"temp": "~0.6.0"
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
}
}