UNPKG

749 BJSONView Raw
1{
2 "name": "github-username",
3 "version": "1.1.1",
4 "description": "Get a GitHub username from an email address",
5 "license": "MIT",
6 "repository": "sindresorhus/github-username",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "http://sindresorhus.com"
11 },
12 "bin": {
13 "github-username": "cli.js"
14 },
15 "engines": {
16 "node": ">=0.10.0"
17 },
18 "scripts": {
19 "test": "mocha"
20 },
21 "files": [
22 "index.js",
23 "cli.js"
24 ],
25 "keywords": [
26 "cli-app",
27 "cli",
28 "bin",
29 "app",
30 "github",
31 "user",
32 "username",
33 "email",
34 "gh",
35 "git"
36 ],
37 "dependencies": {
38 "get-stdin": "^1.0.0",
39 "got": "^2.3.0"
40 },
41 "devDependencies": {
42 "mocha": "*"
43 }
44}