-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
67 lines (67 loc) · 1.8 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
59
60
61
62
63
64
65
66
67
{
"name": "doubanj",
"version": "0.1.9",
"homepage": "http:/doubanj.yjc.me",
"description": "Data visualization for douban.com",
"private": true,
"contributors": [
"ktmud <[email protected]> (http://ktmud.com)"
],
"author": "ktmud <[email protected]> (http://ktmud.com)",
"dependencies": {
"async": "~0.2.7",
"batch-stream2": "~0.1.3",
"body-parser": "^1.18.3",
"bower": "~1.8.8",
"cacheable": "~0.2.4",
"connect-redis": "~3.4.0",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"debug": "^4.1.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"generic-pool": "^3.4.2",
"generic-pool-decorator": "^1.0.1",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-hashmap": "~0.1.3",
"grunt-includes": "~0.4.2",
"istatic": "^0.3.0",
"jade": "~0.35.0",
"lodash": "^4.17.15",
"method-override": "^3.0.0",
"moment": "^2.23.0",
"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.8.0",
"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": "11.4.0"
},
"license": "MIT",
"subdomain": "doubanj",
"scripts": {
"prepare": "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"
}
}