forked from ktmud/doubanj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.42 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
55
56
57
58
{
"name": "doubanj",
"version": "0.1.9",
"homepage": "http:/www.doubanj.com",
"description": "Data visualization for douban.com",
"private": true,
"contributors": [
"ktmud <[email protected]> (http://ktmud.com)"
],
"author": "ktmud <[email protected]> (http://ktmud.com)",
"dependencies": {
"debug": "~0.7.2",
"raven": "~0.5.0",
"strftime": "~0.6.2",
"lodash": "~2.4.1",
"batch-stream2": "~0.1.3",
"moment": "~2.2.1",
"redis": "~0.8.2",
"redis-cached": "~0.0.1",
"cacheable": "~0.2.4",
"connect-redis": "~1.4.5",
"resumable": "~0.0.1-1",
"async": "~0.2.7",
"express-istatic": "~0.1.0",
"jade": "~0.35.0",
"passport": "~0.1.15",
"passport-local": "~0.1.6",
"passport-douban": "~0.0.1",
"generic-pool": "~2.0.3",
"mongodb": "~1.3.19",
"request": "~2.27.0",
"oauth": "~0.9.10",
"grunt": "~0.4.0",
"grunt-contrib-stylus": "~0.12.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-includes": "~0.4.2",
"grunt-hashmap": "~0.1.3",
"express": "~3.4.8"
},
"devDependencies": {
"colors": "*",
"bower": "*",
"mocha": "*"
},
"engines": {
"node": ">=0.8.0"
},
"license": "MIT",
"subdomain": "doubanj",
"scripts": {
"prepublish": "npm prune",
"test": "make test",
"start": "node app.js"
}
}