forked from ktmud/doubanj
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.62 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.62 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "doubanj",
"version": "0.1.9",
"homepage": "http:/www.doubanj.com",
"description": "Data visualization for douban.com",
"private": true,
"contributors": [
"ktmud <kissmud@gmail.com> (http://ktmud.com)"
],
"author": "ktmud <kissmud@gmail.com> (http://ktmud.com)",
"dependencies": {
"async": "~0.2.7",
"batch-stream2": "~0.1.3",
"bower": "~1.8.0",
"cacheable": "~0.2.4",
"connect-redis": "~1.4.5",
"debug": "~0.7.2",
"express": "~3.4.8",
"express-istatic": "~0.1.0",
"generic-pool": "~2.0.3",
"grunt": "~0.4.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.8.0",
"grunt-contrib-stylus": "~0.12.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-hashmap": "~0.1.3",
"grunt-includes": "~0.4.2",
"jade": "~0.35.0",
"lodash": "~3.8.0",
"moment": "~2.17.1",
"mongodb": "~2.2.11",
"oauth": "^0.9.14",
"passport": "~0.1.15",
"passport-douban": "~0.0.1",
"passport-local": "~0.1.6",
"raven": "~0.5.0",
"redis": "~2.6.2",
"redis-cached": "~0.0.1",
"request": "^2.40.0",
"resumable": "~0.0.1-1",
"satelize": "^0.2.0",
"timezone": "^1.0.6"
},
"devDependencies": {
"colors": "*",
"mocha": "*"
},
"engines": {
"node": "6.9.1"
},
"license": "MIT",
"subdomain": "doubanj",
"scripts": {
"prepublish": "npm prune",
"postinstall": "./node_modules/bower/bin/bower --interactive=false --allow-root install && ./node_modules/grunt-cli/bin/grunt build --force",
"test": "make test",
"start": "node app.js"
}
}