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-02-13 04:39:51 +00:00
|
|
|
"asar": "0.2.2",
|
2014-04-29 03:51:49 +00:00
|
|
|
"coffee-script": "~1.7.1",
|
2015-01-21 05:53:53 +00:00
|
|
|
"coffeelint": "~1.3.0",
|
2015-03-21 07:22:45 +00:00
|
|
|
"request": "*",
|
|
|
|
"runas": "^2.0.0"
|
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
|
|
|
}
|
|
|
|
}
|