get-github-user
Version:
Get GitHub user information from just a username
55 lines (54 loc) • 969 B
JSON
{
"name": "get-github-user",
"version": "1.1.1",
"description": "Get GitHub user information from just a username",
"license": "MIT",
"repository": "RichardLitt/get-github-user",
"author": {
"name": "Richard Littauer",
"email": "richard.littauer@gmail.com",
"url": "burntfen.com"
},
"bin": "cli.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"lint": "standard",
"test": "standard && ava"
},
"files": [
"index.js",
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"github",
"users",
"api",
"user",
"username"
],
"dependencies": {
"acorn": "^6.0.4",
"bluebird": "^3.1.1",
"ghauth": "^5.0.1",
"is-array": "^1.0.1",
"meow": "^10.1.2",
"octokat": "^0.10.0"
},
"devDependencies": {
"ava": "^3.15.0",
"standard": "^16.0.4"
},
"standard": {
"ignores": [
"test.js"
]
},
"coordinates": [
45.5213429,
-73.5746935
]
}