2013-04-14 22:48:35 +08:00
|
|
|
{
|
2015-04-14 15:59:45 +08:00
|
|
|
"name": "electron",
|
2013-10-17 09:58:55 +08:00
|
|
|
"devDependencies": {
|
2015-04-24 13:06:49 +08:00
|
|
|
"asar": "0.5.0",
|
2015-04-25 10:45:28 +08:00
|
|
|
"coffee-script": "^1.9.2",
|
|
|
|
"coffeelint": "^1.9.4",
|
2015-03-21 15:22:45 +08:00
|
|
|
"request": "*",
|
|
|
|
"runas": "^2.0.0"
|
2013-04-14 22:48:35 +08:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2013-11-01 10:15:41 +08:00
|
|
|
"preinstall": "node -e 'process.exit(0)'"
|
2013-04-14 22:48:35 +08:00
|
|
|
}
|
|
|
|
}
|