UNPKG

contributor

Version:

A simple module to add git contributors to your package.json.

59 lines (58 loc) 1.24 kB
{ "author": "Jake LeBoeuf", "name": "contributor", "description": "A simple module to add git contributors to your package.json.", "version": "0.1.16", "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 5s" }, "engines": { "node": "0.10.x", "npm": "1.4.x" }, "dependencies": { "request": "2.34.x", "ansi-color": "0.2.x", "github": "0.1.x", "prompt": "0.2.x", "yesno": "0.0.1" }, "devDependencies": { "async": "0.9.x", "mocha": "1.20.x", "chai": "1.9.x" }, "contributors": [ { "name": "Jake LeBoeuf", "email": "dev@jakeleboeuf.com", "url": "https://github.com/jakeleboeuf", "contributions": 15, "hireable": true } ] }