mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-03-28 07:38:46 +08:00
15 lines
260 B
JSON
15 lines
260 B
JSON
{
|
|
"name": "electron",
|
|
"devDependencies": {
|
|
"asar": "0.5.0",
|
|
"coffee-script": "^1.9.2",
|
|
"coffeelint": "^1.9.4",
|
|
"request": "*",
|
|
"runas": "^2.0.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"preinstall": "node -e 'process.exit(0)'"
|
|
}
|
|
}
|