-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "dm-sharedb-server",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"description": "Express.js with plugged in ShareDB",
"version": "7.0.3",
"main": "index.js",
"dependencies": {
"async": "^1.5.0",
"body-parser": "~1.6.7",
"chalk": "^0.5.1",
"co": "^4.6.0",
"compression": "^1.6.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.3.2",
"express": "4.x",
"express-session": "^1.11.3",
"lodash": "4.x",
"method-override": "~2.1.3",
"mongodb": "3.1.13",
"racer-schema": "^0.1.2",
"redis": "^2.2.0",
"redis-url": "^1.2.0",
"serve-favicon": "~2.1.1",
"serve-static": "~1.5.3",
"sharedb-access": "~3.0.0",
"sharedb-hooks": "~3.0.0"
},
"optionalPeerDependencies": {
"derby-login": "*",
"sharedb-wsbus-pubsub": "*"
},
"peerDependencies": {
"racer-highway": "*",
"sharedb": "*",
"sharedb-redis-pubsub": "*",
"sharedb-mongo": "*",
"nconf": "*",
"react": "*",
"react-dom": "*",
"react-router": "*"
}
}