-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.3 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.3 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "Mastersync",
"version": "0.0.3",
"author": {
"name": "Tim Kuijsten",
"email": "tim@netsend.nl",
"url": "https://github.com/timkuijsten"
},
"license": "AGPL-3.0",
"description": "master-master replication with transformations",
"keywords": [
"master",
"replication",
"transformation"
],
"dependencies": {
"through2": "^2.0.0",
"chroot": "^1.0.10",
"bson-stream": "^0.0.6",
"is-equal": "^1.2.3",
"level": "^1.3.0",
"bson": "^0.4.11",
"posix": "^4.0.0",
"mongo-key-escaper": "^0.0.3",
"properties": "^1.2.1",
"mongodb": "~1.4.9",
"async": "^0.9.0",
"crc-32": "^0.2.2",
"commander": "^2.3.0",
"object-key-transform": "^0.0.1",
"mongo-bcrypt-user": "^2.0.2",
"array-bcrypt-user": "^1.0.2",
"ld-jsonstream": "^0.0.2",
"read": "^1.0.5",
"nest-namespace": "^0.0.2",
"match-object": "^0.0.1",
"object-key-filter": "^0.0.1"
},
"devDependencies": {
"stream-array": "^1.1.1",
"mocha": "^2.3.0",
"rimraf": "^2.4.2",
"should": "^1.2.2"
},
"repository": {
"type": "git",
"url": "git://github.com/Netsend/mastersync.git"
},
"bugs": "https://github.com/Netsend/mastersync/issues",
"bin" : { "mastersync" : "./server.js" },
"scripts": {
"test": "mocha ./test"
}
}