all-contributors-cli/package.json
2016-02-29 11:45:19 +01:00

37 lines
958 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.assign": "^4.0.4",
"lodash.findindex": "^4.2.0",
"lodash.template": "^4.2.1",
"request": "^2.69.0",
"yargs": "^4.2.0"
},
"all-contributors": {
"file": "./fixture/some.md",
"projectOwner": "jfmengels",
"projectName": "all-contributors-cli",
"imageSize": 100,
"emoji": {
"cheerful": ":smiley:"
}
}
}