mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
49 lines
801 B
JSON
49 lines
801 B
JSON
{
|
|
"name": "gh-got",
|
|
"version": "6.0.0",
|
|
"description": "Convenience wrapper for `got` to interact with the GitHub API",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/gh-got",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"got",
|
|
"gh",
|
|
"github",
|
|
"api",
|
|
"request",
|
|
"http",
|
|
"https",
|
|
"get",
|
|
"url",
|
|
"uri",
|
|
"util",
|
|
"utility"
|
|
],
|
|
"dependencies": {
|
|
"got": "^7.0.0",
|
|
"is-plain-obj": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"get-stream": "^2.0.0",
|
|
"nock": "^8.0.0",
|
|
"xo": "*"
|
|
},
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|