UNPKG

authors

Version:

print a markdown list of authors/contributors to your git repo, including github usernames

42 lines (41 loc) 801 B
{ "name": "authors", "version": "0.0.6", "description": "print a markdown list of authors/contributors to your git repo, including github usernames", "main": "index.js", "scripts": { "test": "standard" }, "keywords": [ "github", "git", "authors", "username", "markdown", "contributors", "project" ], "author": "David Trejo", "license": "MIT", "dependencies": { "request": "~2.81", "underscore": "~1.8", "async": "~2.3" }, "preferGlobal": true, "bin": { "authors": "./bin/authors" }, "devDependencies": { "standard": "^8" }, "repository": { "type": "git", "url": "git://github.com/DTrejo/node-authors.git" }, "standard": { "env": [ "node" ] } }