forked from octokit/octokit.js
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.08 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "github4",
"version": "1.1.1",
"description": "NodeJS wrapper for the GitHub API",
"author": "Mike de Boer <[email protected]>",
"contributors": [
{
"name": "Mike de Boer",
"email": "[email protected]"
},
{
"name": "Fabian Jakobs",
"email": "[email protected]"
},
{
"name": "Joe Gallo",
"email": "[email protected]"
}
],
"homepage": "https://github.com/kaizensoze/node-github",
"repository": {
"type": "git",
"url": "https://github.com/kaizensoze/node-github.git"
},
"engine": {
"node": ">=0.4.0"
},
"dependencies": {
"follow-redirects": "0.0.7",
"https-proxy-agent": "^1.0.0",
"mime": "^1.2.11"
},
"devDependencies": {
"mocha": "~1.13.0"
},
"main": "lib",
"scripts": {
"test": "mocha"
},
"license": "MIT",
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"apidoc": {
"title": "node-github",
"name": "node-github",
"template": {
"withCompare": false
}
}
}