2013-04-14 18:48:35 +04:00
|
|
|
{
|
2015-04-14 10:59:45 +03:00
|
|
|
"name": "electron",
|
2016-03-27 06:16:12 +03:00
|
|
|
"version": "0.37.3",
|
2013-10-17 05:58:55 +04:00
|
|
|
"devDependencies": {
|
2016-02-20 07:24:56 +03:00
|
|
|
"asar": "^0.10.0",
|
2016-02-16 05:26:25 +03:00
|
|
|
"eslint": "^2.1.0",
|
2016-03-24 22:59:11 +03:00
|
|
|
"request": "*",
|
2016-03-25 23:16:56 +03:00
|
|
|
"snazzy": "^3.0.0"
|
2015-10-08 04:25:31 +03:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2015-09-27 15:44:28 +03:00
|
|
|
"runas": "^3.0.0"
|
2013-04-14 18:48:35 +04:00
|
|
|
},
|
2016-03-25 22:42:41 +03:00
|
|
|
"standard": {
|
2016-03-28 23:09:03 +03:00
|
|
|
"ignore": ["/vendor"],
|
2016-03-29 00:00:41 +03:00
|
|
|
"globals": ["$", "after", "afterEach", "before",
|
|
|
|
"beforeEach", "describe", "it", "location"]
|
2016-03-25 22:42:41 +03:00
|
|
|
},
|
2013-04-14 18:48:35 +04:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2016-02-10 20:43:29 +03:00
|
|
|
"bootstrap": "python ./script/bootstrap.py",
|
|
|
|
"build": "python ./script/build.py -c D",
|
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-03-22 23:26:05 +03:00
|
|
|
"repl": "python ./script/start.py --interactive",
|
2016-01-16 23:31:09 +03:00
|
|
|
"start": "python ./script/start.py",
|
2016-02-10 20:43:29 +03:00
|
|
|
"test": "python ./script/test.py"
|
2013-04-14 18:48:35 +04:00
|
|
|
}
|
|
|
|
}
|