2016-02-29 00:48:55 +00:00
|
|
|
{
|
|
|
|
"name": "all-contributors-cli",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Tool to easily add recognition for new contributors",
|
|
|
|
"bin": "cli.js",
|
2016-02-29 21:08:23 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "ava lib/**/*.test.js",
|
|
|
|
"test:w": "npm test -- --watch"
|
|
|
|
},
|
2016-02-29 00:48:55 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/jfmengels/all-contributors-cli.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"all-contributors",
|
|
|
|
"contributors"
|
|
|
|
],
|
|
|
|
"author": "Jeroen Engels <jfm.engels@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/jfmengels/all-contributors-cli/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/jfmengels/all-contributors-cli#readme",
|
|
|
|
"dependencies": {
|
2016-02-29 10:45:19 +00:00
|
|
|
"lodash.assign": "^4.0.4",
|
2016-02-29 00:48:55 +00:00
|
|
|
"lodash.findindex": "^4.2.0",
|
2016-02-29 10:45:19 +00:00
|
|
|
"lodash.template": "^4.2.1",
|
2016-02-29 22:32:46 +00:00
|
|
|
"lodash.uniq": "^4.2.0",
|
|
|
|
"lodash.values": "^4.1.0",
|
2016-02-29 10:45:19 +00:00
|
|
|
"request": "^2.69.0",
|
|
|
|
"yargs": "^4.2.0"
|
|
|
|
},
|
|
|
|
"all-contributors": {
|
|
|
|
"projectOwner": "jfmengels",
|
|
|
|
"projectName": "all-contributors-cli",
|
2016-02-29 22:50:30 +00:00
|
|
|
"imageSize": 100
|
2016-02-29 21:08:23 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"ava": "^0.12.0"
|
2016-02-29 00:48:55 +00:00
|
|
|
}
|
|
|
|
}
|