2016-12-18 06:51:25 +00:00
|
|
|
{
|
2017-01-10 21:38:37 +00:00
|
|
|
"name": "renovate",
|
2017-01-11 13:45:00 +00:00
|
|
|
"description": "Keep npm dependencies up-to-date via Pull Requests",
|
2017-01-22 11:51:45 +00:00
|
|
|
"version": "7.2.0",
|
2017-01-15 14:05:25 +00:00
|
|
|
"bin": "renovate.js",
|
2017-01-15 12:13:08 +00:00
|
|
|
"main": "lib/index.js",
|
2017-01-10 21:38:37 +00:00
|
|
|
"scripts": {
|
2017-01-15 14:52:13 +00:00
|
|
|
"eslint": "eslint --ignore-path .gitignore .",
|
|
|
|
"eslint-fix": "eslint --ignore-path .gitignore --fix .",
|
2017-01-17 13:30:25 +00:00
|
|
|
"heroku-push": "git push heroku master",
|
|
|
|
"heroku-scheduler": "heroku addons:open scheduler",
|
2017-01-13 11:39:54 +00:00
|
|
|
"istanbul": "istanbul cover _mocha test",
|
|
|
|
"mocha": "mocha test",
|
2017-01-20 13:16:15 +00:00
|
|
|
"npm-publish": "npm run update-docs && np",
|
2017-01-16 09:13:54 +00:00
|
|
|
"renovate": "node renovate",
|
2017-01-20 13:03:18 +00:00
|
|
|
"test": "npm run eslint && npm run istanbul",
|
|
|
|
"update-docs": "bash bin/update-docs.sh"
|
2017-01-10 21:38:37 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/singapore/renovate.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"npm",
|
|
|
|
"outdated",
|
|
|
|
"update"
|
|
|
|
],
|
2017-01-15 16:28:32 +00:00
|
|
|
"author": "Rhys Arkins <rhys@arkins.net>",
|
2017-01-11 08:49:24 +00:00
|
|
|
"license": "MIT",
|
2017-01-10 21:38:37 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/singapore/renovate/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/singapore/renovate#readme",
|
2017-01-11 18:32:45 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
},
|
2016-12-18 06:51:25 +00:00
|
|
|
"dependencies": {
|
2017-01-16 08:50:45 +00:00
|
|
|
"changelog": "dylang/changelog#v1.2.0",
|
2017-01-20 13:03:18 +00:00
|
|
|
"clear-require": "1.0.1",
|
2017-01-13 20:57:33 +00:00
|
|
|
"commander": "2.9.0",
|
2017-01-04 17:48:55 +00:00
|
|
|
"gh-got": "5.0.0",
|
2017-01-11 06:17:32 +00:00
|
|
|
"got": "6.7.1",
|
2017-01-18 00:48:17 +00:00
|
|
|
"handlebars": "4.0.6",
|
2017-01-20 13:22:07 +00:00
|
|
|
"json-stringify-pretty-compact": "1.0.2",
|
2017-01-09 06:07:30 +00:00
|
|
|
"lodash": "4.17.4",
|
2017-01-04 17:48:55 +00:00
|
|
|
"semver": "5.3.0",
|
2017-01-11 09:05:42 +00:00
|
|
|
"semver-stable": "2.0.4",
|
2017-01-20 19:27:45 +00:00
|
|
|
"winston": "2.3.1"
|
2017-01-10 21:28:22 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-01-12 08:36:22 +00:00
|
|
|
"chai": "3.5.0",
|
2017-01-22 13:36:57 +00:00
|
|
|
"eslint": "3.14.0",
|
2017-01-10 21:28:22 +00:00
|
|
|
"eslint-config-airbnb-base": "11.0.1",
|
|
|
|
"eslint-plugin-import": "2.2.0",
|
2017-01-12 08:36:22 +00:00
|
|
|
"eslint-plugin-promise": "3.4.0",
|
2017-01-12 15:51:15 +00:00
|
|
|
"istanbul": "0.4.5",
|
2017-01-20 13:03:18 +00:00
|
|
|
"mocha": "3.2.0",
|
|
|
|
"np": "2.12.0"
|
2016-12-18 06:51:25 +00:00
|
|
|
}
|
|
|
|
}
|