Newer
Older
"description": "Keep npm dependencies up-to-date via Pull Requests",
"eslint": "eslint --ignore-path .gitignore .",
"eslint-fix": "eslint --ignore-path .gitignore --fix .",
"heroku-push": "git push heroku master",
"heroku-scheduler": "heroku addons:open scheduler",
"istanbul": "istanbul cover _mocha test",
"mocha": "mocha test",
"test": "npm run eslint && npm run istanbul",
"update-docs": "bash bin/update-docs.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/singapore/renovate.git"
},
"keywords": [
"npm",
"outdated",
"update"
],
"bugs": {
"url": "https://github.com/singapore/renovate/issues"
},
"homepage": "https://github.com/singapore/renovate#readme",
"clear-require": "2.0.0",
"eslint-config-airbnb-base": "11.0.1",
"eslint-plugin-import": "2.2.0",