mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
41 lines
669 B
JSON
41 lines
669 B
JSON
{
|
|
"name": "github-username",
|
|
"version": "4.1.0",
|
|
"description": "Get a GitHub username from an email address",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/github-username",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"github",
|
|
"user",
|
|
"username",
|
|
"email",
|
|
"address",
|
|
"gh",
|
|
"git"
|
|
],
|
|
"dependencies": {
|
|
"gh-got": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|