{ "name": "parse-author", "description": "Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.", "version": "2.0.0", "homepage": "https://github.com/jonschlinkert/parse-author", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/parse-author", "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "dependencies": { "author-regex": "^1.0.0" }, "devDependencies": { "mocha": "^3.2.0" }, "verb": { "run": true, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "author-regex", "parse-authors", "stringify-author", "stringify-authors" ] }, "reflinks": [ "verb" ], "lint": { "reflinks": true } } }