{ "name": "renovate", "description": "Keep npm dependencies up-to-date via Pull Requests", "version": "3.0.0", "bin": "renovate.js", "main": "lib/index.js", "scripts": { "eslint": "eslint --ignore-path .gitignore .", "eslint-fix": "eslint --ignore-path .gitignore --fix .", "istanbul": "istanbul cover _mocha test", "mocha": "mocha test", "start": "node renovate", "test": "npm run eslint && npm run istanbul" }, "repository": { "type": "git", "url": "https://github.com/singapore/renovate.git" }, "keywords": [ "npm", "outdated", "update" ], "author": "Rhys Arkins ", "license": "MIT", "bugs": { "url": "https://github.com/singapore/renovate/issues" }, "homepage": "https://github.com/singapore/renovate#readme", "engines": { "node": ">=6.9.0" }, "dependencies": { "changelog": "singapore/changelog", "commander": "2.9.0", "gh-got": "5.0.0", "got": "6.7.1", "lodash": "4.17.4", "semver": "5.3.0", "semver-stable": "2.0.4", "winston": "2.3.0" }, "devDependencies": { "chai": "3.5.0", "eslint": "3.13.1", "eslint-config-airbnb-base": "11.0.1", "eslint-plugin-import": "2.2.0", "eslint-plugin-promise": "3.4.0", "istanbul": "0.4.5", "mocha": "3.2.0" } }