mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
17 lines
293 B
JSON
17 lines
293 B
JSON
{
|
|
"name": "electron",
|
|
"devDependencies": {
|
|
"asar": "^0.8.0",
|
|
"coffee-script": "^1.9.2",
|
|
"coffeelint": "^1.9.4",
|
|
"request": "*"
|
|
},
|
|
"optionalDependencies": {
|
|
"runas": "^3.0.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"preinstall": "node -e 'process.exit(0)'"
|
|
}
|
|
}
|