mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
20 lines
323 B
JSON
20 lines
323 B
JSON
{
|
|
"name": "atom-shell",
|
|
"version": "0.8.1",
|
|
|
|
"devDependencies": {
|
|
"coffee-script": "~1.6.3",
|
|
"coffeelint": "~0.6.1",
|
|
"mocha": "~1.13.0",
|
|
"walkdir": "~0.0.7",
|
|
"runas": "0.3.0",
|
|
"formidable": "~1.0.14"
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
"preinstall": "node -e 'process.exit(0)'"
|
|
}
|
|
}
|