2013-04-14 22:48:35 +08:00
|
|
|
{
|
2015-04-14 15:59:45 +08:00
|
|
|
"name": "electron",
|
2015-12-25 13:45:07 +08:00
|
|
|
"version": "0.36.2",
|
2013-10-17 09:58:55 +08:00
|
|
|
"devDependencies": {
|
2015-12-23 19:08:51 +01:00
|
|
|
"asar": "^0.9.0",
|
2015-04-25 10:45:28 +08:00
|
|
|
"coffee-script": "^1.9.2",
|
|
|
|
"coffeelint": "^1.9.4",
|
2015-10-08 09:25:31 +08:00
|
|
|
"request": "*"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2015-09-27 14:44:28 +02:00
|
|
|
"runas": "^3.0.0"
|
2013-04-14 22:48:35 +08:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2015-12-10 10:44:11 -08:00
|
|
|
"preinstall": "node -e 'process.exit(0)'",
|
|
|
|
"test": "python ./script/test.py"
|
2013-04-14 22:48:35 +08:00
|
|
|
}
|
|
|
|
}
|