UNPKG

format-people

Version:

Format a list of authors, contributors, or collaborators.

55 lines (54 loc) 1.01 kB
{ "name": "format-people", "description": "Format a list of authors, contributors, or collaborators.", "version": "1.0.1", "homepage": "https://github.com/doowb/format-people", "author": "Brian Woodward (https://github.com/doowb)", "repository": "doowb/format-people", "bugs": { "url": "https://github.com/doowb/format-people/issues" }, "license": "MIT", "files": [ "index.js", "lib" ], "main": "index.js", "engines": { "node": ">=8" }, "scripts": { "test": "mocha" }, "devDependencies": { "gulp-format-md": "^1.0.0", "mocha": "^3.5.3" }, "keywords": [ "format", "people" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true }, "related": { "list": [ "github-base", "github-contributors" ] }, "reflinks": [ "verb", "verb-generate-readme" ] } }