22 lines
392 B
JSON
22 lines
392 B
JSON
{
|
|
"name": "atom-shell",
|
|
"version": "0.9.2",
|
|
|
|
"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.3.0",
|
|
"temp": "~0.6.0",
|
|
"walkdir": "~0.0.7"
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
"preinstall": "node -e 'process.exit(0)'"
|
|
}
|
|
}
|