forked from wilsonchingg/node-github-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 888 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "node-github-graphql",
"description": "GitHub graphql HTTP wrapper",
"version": "0.2.4",
"author": "Wilson Ching",
"bugs": {
"url": "https://github.com/wilsonchingg/node-github-graphql/issues"
},
"contributors": [
"Wilson Ching"
],
"dependencies": {
"bluebird": "^3.5.0",
"https-proxy-agent": "^1.0.0",
"request": "^2.81.0"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"heroku"
],
"license": "MIT",
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repository": {
"type": "git",
"url": "https://github.com/wilsonchingg/node-github-graphql"
},
"devDependencies": {
"ava": "^0.19.1",
"nock": "^9.0.13",
"nyc": "^10.3.2",
"standard": "^10.0.2"
},
"scripts": {
"test": "nyc ava && standard"
}
}