contributor
Version:
A simple module to add git contributors to your package.json.
61 lines (60 loc) • 1.29 kB
JSON
{
"author": "Jake LeBoeuf",
"name": "contributor",
"description": "A simple module to add git contributors to your package.json.",
"version": "0.1.25",
"homepage": "https://github.com/jakeleboeuf/contributor",
"repository": {
"type": "git",
"url": "https://github.com/jakeleboeuf/contributor.git"
},
"bugs": {
"url": "https://github.com/jakeleboeuf/contributor/issues"
},
"main": "./lib/contributor",
"license": "MIT",
"keywords": [
"contributor",
"contribute",
"collaborator",
"collaborate",
"author",
"github",
"package",
"markdown",
"md"
],
"bin": {
"contributor": "./bin/contributor"
},
"scripts": {
"test": "mocha -R spec --timeout 25s"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"dependencies": {
"ansi-color": "0.2.x",
"github": "0.2.x",
"prompt": "0.2.x",
"request": "2.51.x",
"yesno": "0.0.x"
},
"devDependencies": {
"async": "0.9.x",
"mocha": "2.0.x",
"chai": "1.10.x"
},
"contributors": [
{
"name": "Jake LeBoeuf",
"email": "dev@jakeleboeuf.com",
"url": "https://github.com/jakeleboeuf",
"contributions": 16,
"additions": 133662,
"deletions": 192,
"hireable": true
}
]
}