forked from octokit/octokit.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.28 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.28 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "rn-github",
"version": "11.0.0",
"description": "React Native wrapper for the GitHub API",
"author": "Mike de Boer <info@mikedeboer.nl>",
"contributors": [
{
"name": "Mike de Boer",
"email": "info@mikedeboer.nl"
},
{
"name": "Fabian Jakobs",
"email": "fabian@c9.io"
},
{
"name": "Joe Gallo",
"email": "joe@brassafrax.com"
}
],
"homepage": "https://github.com/mikedeboer/node-github",
"engine": {
"node": ">=0.4.0"
},
"dependencies": {
"buffer": "^5.0.7",
"follow-redirects": "0.0.7",
"https-proxy-agent": "^1.0.0",
"mime": "^1.2.11",
"mime-types": "^2.1.17",
"net": "^1.0.2",
"netrc": "^0.1.4",
"path": "^0.12.7",
"tls": "^0.0.1",
"url": "^0.11.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"mocha": "~1.13.0",
"mustache": "^2.2.1"
},
"main": "lib",
"types": "lib/index.d.ts",
"scripts": {
"test": "mocha"
},
"license": "MIT",
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"files": [
"lib"
],
"apidoc": {
"title": "node-github",
"name": "node-github",
"version": "11.0.0",
"template": {
"withCompare": true
}
}
}