-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.67 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.67 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "PerspectiveDB",
"version": "0.0.6",
"author": {
"name": "Tim Kuijsten",
"email": "tim@netsend.nl",
"url": "https://github.com/timkuijsten"
},
"license": "AGPL-3.0",
"description": "multi-master replication with transformations",
"keywords": [
"multi",
"master",
"replication",
"transformation"
],
"dependencies": {
"array-bcrypt-user": "^1.0.2",
"async": "^0.9.0",
"bson": "https://github.com/timkuijsten/js-bson#serializeworkaround",
"bson-stream": "^0.0.8",
"commander": "^2.3.0",
"crc-32": "^0.2.2",
"hjson": "^1.7.4",
"idb-readable-stream": "0.0.4",
"ld-jsonstream": "^0.0.6",
"level-js": "https://github.com/timkuijsten/level.js.git#idbunwrapper",
"level-packager": "^1.2.0",
"leveldown": "^1.4.4",
"match-object": "^0.0.1",
"mkdirp": "^0.5.1",
"mongodb": "^2.2.11",
"nest-namespace": "^0.0.2",
"nodejs-websocket": "^1.4.1",
"object-key-filter": "^0.0.4",
"object-key-transform": "^0.0.1",
"once": "^1.3.3",
"posix": "^4.0.0",
"read": "^1.0.5",
"ssh2": "^0.5.0",
"websocket-stream": "^3.2.1",
"xtend": "^4.0.1"
},
"devDependencies": {
"chroot": "^1.0.2",
"mocha": "^2.3.0",
"rimraf": "^2.4.2",
"should": "^1.2.2",
"stream-array": "^1.1.1",
"tape": "^4.6.0",
"through2": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/Netsend/PerspectiveDB.git"
},
"bugs": "https://github.com/Netsend/PerspectiveDB/issues",
"bin": {
"pdb": "./bin/pdb"
},
"scripts": {
"test": "mocha ./test",
"generate-docs": "jsdoc -d browser/doc -t doc-theme-minami browser/lib/pdb.js"
}
}