2013-04-14 14:48:35 +00:00
|
|
|
{
|
2015-04-14 07:59:45 +00:00
|
|
|
"name": "electron",
|
2016-01-30 05:20:46 +00:00
|
|
|
"version": "0.36.7",
|
2013-10-17 01:58:55 +00:00
|
|
|
"devDependencies": {
|
2015-12-23 18:08:51 +00:00
|
|
|
"asar": "^0.9.0",
|
2016-02-16 02:26:25 +00:00
|
|
|
"eslint": "^2.1.0",
|
2015-10-08 01:25:31 +00:00
|
|
|
"request": "*"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2015-09-27 12:44:28 +00:00
|
|
|
"runas": "^3.0.0"
|
2013-04-14 14:48:35 +00:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2016-02-10 17:43:29 +00:00
|
|
|
"bootstrap": "python ./script/bootstrap.py",
|
|
|
|
"build": "python ./script/build.py -c D",
|
2016-01-20 14:07:39 +00:00
|
|
|
"lint": "python ./script/eslint.py && python ./script/cpplint.py",
|
2015-12-10 18:44:11 +00:00
|
|
|
"preinstall": "node -e 'process.exit(0)'",
|
2016-01-16 20:31:09 +00:00
|
|
|
"start": "python ./script/start.py",
|
2016-02-10 17:43:29 +00:00
|
|
|
"test": "python ./script/test.py"
|
2013-04-14 14:48:35 +00:00
|
|
|
}
|
|
|
|
}
|