UNPKG

726 BJSONView Raw
1{
2 "name": "dm-worker",
3 "version": "4.3.1",
4 "description": "",
5 "publishConfig": {
6 "registry": "https://registry.npmjs.org/"
7 },
8 "main": "indes.js",
9 "scripts": {
10 "test": "node_modules/.bin/mocha -w test/*.mocha.js"
11 },
12 "keywords": [],
13 "author": "",
14 "license": "ISC",
15 "dependencies": {
16 "bluebird": "^3.5.0",
17 "lodash": "^4.17.4",
18 "mongodb": "^2.2.33",
19 "redlock": "^3.0.0"
20 },
21 "peerDependencies": {
22 "sharedb-mongo": "*",
23 "sharedb-redis-pubsub": "*",
24 "ioredis": "*",
25 "racer": "*"
26 },
27 "devDependencies": {
28 "ioredis": "^3.2.1",
29 "mocha": "^3.4.2",
30 "racer": "^0.9.2",
31 "sharedb-mongo": "^1.0.0-beta.4",
32 "sharedb-redis-pubsub": "^1.0.0-beta.1"
33 }
34}