-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 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
{
"name": "bigdiff-code",
"version": "0.1.0",
"description": "A small library providing utility methods to access and get data from github and git",
"main": "lib/index.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/sangheestyle/bigdiff-code.git"
},
"author": "Brennan, Sanghee",
"license": "ISC",
"bugs": {
"url": "https://github.com/sangheestyle/bigdiff-code/issues"
},
"homepage": "https://github.com/sangheestyle/bigdiff-code",
"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.6.2"
},
"dependencies": {
"assert": "^1.3.0",
"async": "^0.9.0",
"body-parser": "^1.11.0",
"cassandra-driver": "^1.0.3",
"cheerio": "^0.19.0",
"cron": "^1.0.9",
"express": "^4.11.2",
"jade": "^1.10.0",
"moment": "^2.10.3",
"moment-range": "^1.0.6",
"mongodb": "^1.4.33",
"octonode": "^0.6.14",
"readdirp": "^1.3.0",
"request": "^2.55.0"
}
}