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