2013-04-14 14:48:35 +00:00
|
|
|
{
|
2013-11-07 04:52:26 +00:00
|
|
|
"name": "atom-shell",
|
2013-12-29 15:09:19 +00:00
|
|
|
"version": "0.8.1",
|
2013-04-14 14:48:35 +00:00
|
|
|
|
2013-10-17 01:58:55 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"coffee-script": "~1.6.3",
|
|
|
|
"coffeelint": "~0.6.1",
|
|
|
|
"mocha": "~1.13.0",
|
|
|
|
"walkdir": "~0.0.7",
|
2013-12-16 14:46:16 +00:00
|
|
|
"runas": "0.3.0",
|
2013-12-17 04:00:21 +00:00
|
|
|
"formidable": "~1.0.14"
|
2013-04-14 14:48:35 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"private": true,
|
|
|
|
|
|
|
|
"scripts": {
|
2013-11-01 02:15:41 +00:00
|
|
|
"preinstall": "node -e 'process.exit(0)'"
|
2013-04-14 14:48:35 +00:00
|
|
|
}
|
|
|
|
}
|