2013-04-14 14:48:35 +00:00
|
|
|
{
|
2015-04-14 07:59:45 +00:00
|
|
|
"name": "electron",
|
2016-03-27 03:16:12 +00:00
|
|
|
"version": "0.37.3",
|
2013-10-17 01:58:55 +00:00
|
|
|
"devDependencies": {
|
2016-02-20 04:24:56 +00:00
|
|
|
"asar": "^0.10.0",
|
2016-03-24 19:59:11 +00:00
|
|
|
"request": "*",
|
2016-03-29 05:10:27 +00:00
|
|
|
"standard": "^6.0.8"
|
2015-10-08 01:25:31 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2015-09-27 12:44:28 +00:00
|
|
|
"runas": "^3.0.0"
|
2013-04-14 14:48:35 +00:00
|
|
|
},
|
2016-03-25 19:42:41 +00:00
|
|
|
"standard": {
|
2016-03-29 05:10:27 +00:00
|
|
|
"ignore": [
|
2016-03-30 21:07:16 +00:00
|
|
|
"/out",
|
|
|
|
"/spec",
|
2016-03-29 05:10:27 +00:00
|
|
|
"/vendor"
|
2016-03-30 21:56:30 +00:00
|
|
|
],
|
|
|
|
"env": {
|
|
|
|
"browser": true
|
|
|
|
}
|
2016-03-25 19:42:41 +00:00
|
|
|
},
|
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-03-30 21:07:16 +00:00
|
|
|
"lint": "npm run lint-js && npm run lint-cpp",
|
|
|
|
"lint-js": "standard && standard spec",
|
|
|
|
"lint-cpp": "python ./script/cpplint.py",
|
2015-12-10 18:44:11 +00:00
|
|
|
"preinstall": "node -e 'process.exit(0)'",
|
2016-03-22 20:26:05 +00:00
|
|
|
"repl": "python ./script/start.py --interactive",
|
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
|
|
|
}
|
|
|
|
}
|