-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 909 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
{
"name": "gitty-github",
"version": "0.0.1",
"description": "A gitty wrapper for github.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gitty",
"github",
"wrapper"
],
"author": {
"name": "teawithfruit",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/teawithfruit/gitty-github.git"
},
"homepage": "https://github.com/teawithfruit/gitty-github",
"bugs": {
"url": "https://github.com/teawithfruit/gitty-github/issues"
},
"license": "ISC",
"dependencies": {
"fs-extra": "^0.16.5",
"gitty": "teawithfruit/gitty",
"grant-koa": "^3.0.3",
"koa": "^0.19.0",
"koa-mount": "^1.3.0",
"koa-route": "^2.4.0",
"koa-session": "^3.1.0",
"promisify-node": "^0.1.5",
"q": "^1.2.0",
"request": "^2.54.0"
}
}