2013-04-14 22:48:35 +08:00
|
|
|
{
|
2015-04-14 15:59:45 +08:00
|
|
|
"name": "electron",
|
2016-01-30 13:20:46 +08:00
|
|
|
"version": "0.36.7",
|
2013-10-17 09:58:55 +08:00
|
|
|
"devDependencies": {
|
2015-12-23 19:08:51 +01:00
|
|
|
"asar": "^0.9.0",
|
2016-01-15 13:52:42 -08:00
|
|
|
"eslint": "^1.10.3",
|
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": {
|
2016-01-20 07:07:39 -07:00
|
|
|
"lint": "python ./script/eslint.py && python ./script/cpplint.py",
|
2015-12-10 10:44:11 -08:00
|
|
|
"preinstall": "node -e 'process.exit(0)'",
|
2016-01-16 12:31:09 -08:00
|
|
|
"start": "python ./script/start.py",
|
2015-12-10 10:44:11 -08:00
|
|
|
"test": "python ./script/test.py"
|
2013-04-14 22:48:35 +08:00
|
|
|
}
|
|
|
|
}
|