Files: 8e8434f441e3e179672053fbde29570a4fcf6981 / package.json
1260 bytesRaw
1 | { |
2 | "name": "ssb-db", |
3 | "description": "a secure, replicatable database", |
4 | "version": "19.1.0", |
5 | "homepage": "https://github.com/ssbc/ssb-db", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/ssbc/ssb-db.git" |
9 | }, |
10 | "dependencies": { |
11 | "async-write": "^2.1.0", |
12 | "cont": "~1.0.0", |
13 | "explain-error": "~1.0.1", |
14 | "flumedb": "^1.0.0", |
15 | "flumelog-memory": "^1.0.0", |
16 | "flumeview-hashtable": "^1.0.3", |
17 | "flumeview-reduce": "^1.3.16", |
18 | "ltgt": "^2.2.1", |
19 | "mdmanifest": "^1.0.8", |
20 | "mkdirp": "^0.5.1", |
21 | "monotonic-timestamp": "~0.0.8", |
22 | "muxrpc-validation": "^3.0.0", |
23 | "obv": "0.0.1", |
24 | "osenv": "^0.1.5", |
25 | "pull-cont": "^0.1.1", |
26 | "pull-stream": "^3.4.0", |
27 | "rimraf": "^2.6.2", |
28 | "ssb-keys": "^7.1.3", |
29 | "ssb-msgs": "^5.0.0", |
30 | "ssb-ref": "^2.12.0", |
31 | "ssb-validate": "^4.0.0", |
32 | "typewiselite": "^1.0.0", |
33 | "zerr": "^1.0.0" |
34 | }, |
35 | "devDependencies": { |
36 | "pull-abortable": "~4.1.0", |
37 | "ssb-feed": "^2.3.0", |
38 | "tape": "^4.8.0", |
39 | "typewiselite": "~1.0.0" |
40 | }, |
41 | "scripts": { |
42 | "prepublishOnly": "npm ls && npm test", |
43 | "test": "set -e; for t in test/*.js; do node $t; done" |
44 | }, |
45 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
46 | "license": "MIT" |
47 | } |
48 | |
49 | |
50 | |
51 |
Built with git-ssb-web