|
| 1 | +{ |
| 2 | + "name": "dm-sharedb-server", |
| 3 | + "publishConfig": { |
| 4 | + "registry": "https://registry.npmjs.org/" |
| 5 | + }, |
| 6 | + "description": "Express.js with plugged in ShareDB", |
| 7 | + "version": "6.0.2", |
| 8 | + "main": "index.js", |
| 9 | + "dependencies": { |
| 10 | + "async": "^1.5.0", |
| 11 | + "body-parser": "~1.6.7", |
| 12 | + "chalk": "^0.5.1", |
| 13 | + "co": "^4.6.0", |
| 14 | + "compression": "^1.6.0", |
| 15 | + "connect-mongo": "^1.3.2", |
| 16 | + "cookie-parser": "~1.3.2", |
| 17 | + "express": "4.x", |
| 18 | + "express-session": "^1.11.3", |
| 19 | + "lodash": "4.x", |
| 20 | + "method-override": "~2.1.3", |
| 21 | + "mongodb": "3.1.13", |
| 22 | + "racer-schema": "^0.1.2", |
| 23 | + "racer": "http://github.com/dmapper/racer/tarball/other-ot-types", |
| 24 | + "redis": "^2.2.0", |
| 25 | + "redis-url": "^1.2.0", |
| 26 | + "serve-favicon": "^2.5.0", |
| 27 | + "serve-static": "^1.13.2", |
| 28 | + "sharedb-access": "~3.0.0", |
| 29 | + "sharedb-hooks": "~3.0.0", |
| 30 | + "nconf": "0.8.5", |
| 31 | + "racer-highway": "^8.0.0", |
| 32 | + "sharedb": "http://github.com/dmapper/sharedb/tarball/upstream-liveQuery", |
| 33 | + "sharedb-redis-pubsub": "^1.0.0-beta.1", |
| 34 | + "sharedb-mongo": "^1.0.0-beta.5-dm", |
| 35 | + "react": "~15.4.0", |
| 36 | + "react-dom": "~15.4.0", |
| 37 | + "react-router": "^2.8.1" |
| 38 | + }, |
| 39 | + "optionalPeerDependencies": { |
| 40 | + "derby-login": "*", |
| 41 | + "sharedb-wsbus-pubsub": "*" |
| 42 | + } |
| 43 | +} |
0 commit comments