UNPKG

conjecture

Version:

> Guess Git author, email address, GitHub username, etc.

38 lines (37 loc) 767 B
{ "name": "conjecture", "version": "0.1.2", "main": "index.js", "author": "Christopher Hiller <boneskull@boneskull.com> (https://boneskull.com/)", "license": "Apache-2.0", "devDependencies": { "eslint": "^3.19.0", "eslint-config-xo": "^0.18.2" }, "dependencies": { "fullname": "^3.3.0", "git-config-path": "^1.0.1", "git-user-email": "^0.2.2", "git-user-name": "^1.2.0", "github-username": "^4.0.0", "username": "^2.3.0" }, "engines": { "node": ">=4.0.0" }, "scripts": { "test": "eslint index.js" }, "repository": { "type": "git", "url": "https://github.com/boneskull/conjecture.git" }, "keywords": [ "git", "github", "guess", "username", "email", "author" ] }