electron/package.json
2016-02-11 11:28:20 -08:00

21 lines
528 B
JSON

{
"name": "electron",
"version": "0.36.7",
"devDependencies": {
"asar": "^0.9.0",
"eslint": "^1.10.3",
"request": "*"
},
"optionalDependencies": {
"runas": "^3.0.0"
},
"private": true,
"scripts": {
"bootstrap": "python ./script/bootstrap.py",
"build": "python ./script/build.py -c D",
"lint": "python ./script/eslint.py && python ./script/cpplint.py",
"preinstall": "node -e 'process.exit(0)'",
"start": "python ./script/start.py",
"test": "python ./script/test.py"
}
}