mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
22 lines
330 B
JSON
22 lines
330 B
JSON
{
|
|
"name" : "atom-shell",
|
|
"version" : "0.6.2",
|
|
|
|
"devDependencies": {
|
|
"coffee-script": "~1.6.3",
|
|
"coffeelint": "~0.6.1",
|
|
"mocha": "~1.13.0",
|
|
"walkdir": "~0.0.7",
|
|
|
|
"unzip": "~0.1.9",
|
|
"d3": "~3.3.8",
|
|
"int64-native": "~0.2.0"
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
"preinstall": "true"
|
|
}
|
|
}
|