all-contributors-cli/package.json

35 lines
832 B
JSON
Raw Normal View History

2016-02-29 00:48:55 +00:00
{
"name": "all-contributors-cli",
2016-03-06 16:18:22 +00:00
"version": "2.0.0",
2016-02-29 00:48:55 +00:00
"description": "Tool to easily add recognition for new contributors",
"bin": {
"all-contributors": "cli.js"
},
"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-03-02 22:45:23 +00:00
"lodash": "^4.6.1",
"request": "^2.69.0",
"yargs": "^4.2.0"
},
"devDependencies": {
"ava": "^0.12.0"
2016-02-29 00:48:55 +00:00
}
}