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