renovate/package.json
Rhys Arkins 8a209619ec 1.14.0
2017-01-13 22:58:13 +01:00

52 lines
1.3 KiB
JSON

{
"name": "renovate",
"description": "Keep npm dependencies up-to-date via Pull Requests",
"version": "1.14.0",
"bin": "./app/index.js",
"main": "app/index.js",
"scripts": {
"eslint": "eslint app",
"eslint-fix": "eslint app --fix",
"istanbul": "istanbul cover _mocha test",
"mocha": "mocha test",
"start": "node app",
"test": "npm run eslint && npm run istanbul"
},
"repository": {
"type": "git",
"url": "https://github.com/singapore/renovate.git"
},
"keywords": [
"npm",
"outdated",
"update"
],
"author": "Rhys Arkins <rhys@keylocation.sg>",
"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"
}
}