2016-02-29 00:48:55 +00:00
|
|
|
{
|
|
|
|
"name": "all-contributors-cli",
|
2016-10-17 19:15:30 +00:00
|
|
|
"version": "3.0.7",
|
2016-02-29 00:48:55 +00:00
|
|
|
"description": "Tool to easily add recognition for new contributors",
|
2016-02-29 23:15:56 +00:00
|
|
|
"bin": {
|
|
|
|
"all-contributors": "cli.js"
|
|
|
|
},
|
2016-02-29 21:08:23 +00:00
|
|
|
"scripts": {
|
2016-05-05 14:15:29 +00:00
|
|
|
"test": "xo && nyc ava"
|
2016-02-29 21:08:23 +00:00
|
|
|
},
|
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-21 22:53:02 +00:00
|
|
|
"async": "^2.0.0-rc.1",
|
2016-03-21 21:40:32 +00:00
|
|
|
"inquirer": "^0.12.0",
|
2016-05-05 14:15:29 +00:00
|
|
|
"lodash": "^4.11.2",
|
|
|
|
"request": "^2.72.0",
|
|
|
|
"yargs": "^4.7.0"
|
2016-02-29 10:45:19 +00:00
|
|
|
},
|
2016-02-29 21:08:23 +00:00
|
|
|
"devDependencies": {
|
2016-04-07 22:22:11 +00:00
|
|
|
"ava": "^0.14.0",
|
2016-06-28 09:29:23 +00:00
|
|
|
"nock": "^8.0.0",
|
2016-05-05 14:15:29 +00:00
|
|
|
"nyc": "^6.4.2",
|
|
|
|
"xo": "^0.15.0"
|
2016-03-06 23:20:10 +00:00
|
|
|
},
|
2016-03-27 14:58:45 +00:00
|
|
|
"ava": {
|
2016-03-28 21:28:07 +00:00
|
|
|
"files": [
|
|
|
|
"lib/**/*.test.js"
|
|
|
|
]
|
2016-03-27 14:58:45 +00:00
|
|
|
},
|
2016-05-05 15:44:17 +00:00
|
|
|
"files": [
|
|
|
|
"cli.js",
|
|
|
|
"lib",
|
|
|
|
"!lib/**/*.test.js",
|
|
|
|
"!lib/**/fixtures"
|
|
|
|
],
|
2016-03-06 23:20:10 +00:00
|
|
|
"xo": {
|
|
|
|
"space": 2,
|
|
|
|
"rules": {
|
2016-03-20 15:46:31 +00:00
|
|
|
"camelcase": [
|
|
|
|
2,
|
|
|
|
{
|
|
|
|
"properties": "never"
|
|
|
|
}
|
|
|
|
]
|
2016-03-06 23:20:10 +00:00
|
|
|
}
|
2016-02-29 00:48:55 +00:00
|
|
|
}
|
|
|
|
}
|