{ "name": "electron", "version": "0.37.2", "devDependencies": { "asar": "^0.10.0", "eslint": "^2.1.0", "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)'", "repl": "python ./script/start.py --interactive", "start": "python ./script/start.py", "test": "python ./script/test.py" } }