electron/package.json
cesine 2aff0c47d0 ⬆️ 👕 updated to eslint 2.1.0
Verified migration doc (nothing to be done)
http://eslint.org/docs/user-guide/migrating-to-2.0.0

And made sure the eslint tasks passed
2016-02-15 22:30:29 -05:00

21 lines
527 B
JSON

{
"name": "electron",
"version": "0.36.7",
"devDependencies": {
"asar": "^0.9.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)'",
"start": "python ./script/start.py",
"test": "python ./script/test.py"
}
}