{ "name": "renovate", "description": "Keep npm dependencies up-to-date via Pull Requests", "version": "1.1.2", "main": "renovate.js", "scripts": { "lint": "eslint .", "start": "node renovate", "test": "eslint ." }, "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", "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": { "eslint": "3.13.1", "eslint-config-airbnb-base": "11.0.1", "eslint-plugin-import": "2.2.0", "eslint-plugin-promise": "3.4.0" } }