-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 878 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": "issue-graph",
"version": "0.0.0",
"description": "0.0.1",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/hjylewis/issue-graph.git"
},
"dependencies": {
"request": "~2.33.0",
"grunt": "~0.3.17",
"github": "~0.1.13",
"marked": "~0.3.2",
"express": "~4.0.0",
"cookie-session": "~1.0.1",
"cookie-parser": "~1.0.1",
"express-session": "~1.0.2",
"everyauth": "~0.4.5",
"body-parser": "^1.0.2",
"async": "^0.9.0"
},
"devDependencies": {
"mocha": "~1.17.1"
},
"author": "Henry Lewis <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hjylewis/issue-graph/issues"
},
"homepage": "https://github.com/hjylewis/issue-graph",
"optionalDependencies": {},
"engines": {
"node": "*"
}
}