mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 21:46:29 +00:00
26 lines
661 B
JSON
26 lines
661 B
JSON
|
{
|
||
|
"name": "all-contributors-cli",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Tool to easily add recognition for new contributors",
|
||
|
"bin": "cli.js",
|
||
|
"scripts": {},
|
||
|
"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": {
|
||
|
"lodash.findindex": "^4.2.0",
|
||
|
"request": "^2.69.0"
|
||
|
}
|
||
|
}
|