-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage-local.json
More file actions
43 lines (43 loc) · 1.19 KB
/
package-local.json
File metadata and controls
43 lines (43 loc) · 1.19 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": "dm-sharedb-server",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"description": "Express.js with plugged in ShareDB",
"version": "6.0.2",
"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",
"racer": "http://github.com/dmapper/racer/tarball/other-ot-types",
"redis": "^2.2.0",
"redis-url": "^1.2.0",
"serve-favicon": "^2.5.0",
"serve-static": "^1.13.2",
"sharedb-access": "~3.0.0",
"sharedb-hooks": "~3.0.0",
"nconf": "0.8.5",
"racer-highway": "^8.0.0",
"sharedb": "http://github.com/dmapper/sharedb/tarball/upstream-liveQuery",
"sharedb-redis-pubsub": "^1.0.0-beta.1",
"sharedb-mongo": "^1.0.0-beta.5-dm",
"react": "~15.4.0",
"react-dom": "~15.4.0",
"react-router": "^2.8.1"
},
"optionalPeerDependencies": {
"derby-login": "*",
"sharedb-wsbus-pubsub": "*"
}
}