-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
70 lines (70 loc) · 1.79 KB
/
package.json
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
66
67
68
69
70
{
"name": "ssb-db",
"description": "a secure, replicatable database",
"version": "20.4.1",
"homepage": "https://github.com/ssbc/ssb-db",
"repository": {
"type": "git",
"url": "git://github.com/ssbc/ssb-db.git"
},
"scripts": {
"prepublishOnly": "npm ls && npm test",
"test": "tape test/*.js",
"test:classic": "set -e; for t in test/*.js; do node $t; done",
"test:pretty": "npm test | tap-spec"
},
"dependencies": {
"flumedb": "^2.1.8",
"flumelog-offset": "^3.4.2",
"flumeview-level": "^4.0.4",
"flumeview-reduce": "^1.4.0",
"hashlru": "^2.3.0",
"lodash.clonedeep": "^4.5.0",
"ltgt": "^2.2.0",
"mkdirp": "^1.0.4",
"monotonic-timestamp": "~0.0.8",
"muxrpc-validation": "^3.0.0",
"obv": "0.0.1",
"pull-cat": "^1.1.11",
"pull-cont": "^0.1.1",
"pull-notify": "^0.1.1",
"pull-stream": "^3.4.0",
"rimraf": "^3.0.0",
"ssb-keys": "^7.1.3",
"ssb-msgs": "^5.0.0",
"ssb-ref": "^2.14.0",
"ssb-validate": "^4.0.0",
"zerr": "^1.0.0"
},
"devDependencies": {
"cont": "^1.0.3",
"explain-error": "^1.0.4",
"hexpp": "^2.0.0",
"pull-abortable": "^4.1.1",
"secret-stack": "^6.4.0",
"ssb-backlinks": "^2.0.1",
"ssb-feed": "^2.2.1",
"ssb-private1": "^1.0.1",
"ssb-tribes": "^0.1.2",
"tap-spec": "^5.0.0",
"tape": "^5.3.1",
"typewiselite": "^1.0.0"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
"license": "MIT",
"testling": {
"browsers": [
"chrome/22..latest",
"chrome/canary",
"firefox/17..latest",
"firefox/nightly",
"ie/8..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"opera/12..latest",
"opera/next",
"safari/5.1..latest"
],
"files": "test/defaults.js"
}
}