renovate/package.json
Rhys Arkins 67849460dc 1.1.2
2017-01-11 14:45:28 +01:00

40 lines
941 B
JSON

{
"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 <rhys@keylocation.sg>",
"license": "MIT",
"bugs": {
"url": "https://github.com/singapore/renovate/issues"
},
"homepage": "https://github.com/singapore/renovate#readme",
"dependencies": {
"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"
}
}