github-users
Version:
node.js module to access any Github user's data by Github API.
26 lines (25 loc) • 560 B
JSON
{
"name": "github-users",
"version": "0.0.1",
"description": "node.js module to access any Github user's data by Github API.",
"keywords": [
"github",
"github-users",
"github users",
"github api"
],
"repository": {
"type": "git",
"url": "git+https://github.com/oL-web/github-users.git"
},
"homepage": "https://ol-web.github.io",
"author": "ol-web",
"license": "MIT",
"bugs": {
"url": "https://github.com/oL-web/github-users/issues"
},
"main": "index.js",
"dependencies": {
"request": "^2.83.0"
}
}