Files: 0cee6039cd2ff741d4718412f0c38b1cd19bf095 / package.json
743 bytesRaw
1 | { |
2 | "name": "ssb-validate", |
3 | "description": "simplified validation for secure-scuttlebutt", |
4 | "version": "1.0.0", |
5 | "homepage": "https://github.com/dominictarr/ssb-validate", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/ssb-validate.git" |
9 | }, |
10 | "dependencies": { |
11 | "obv": "0.0.1", |
12 | "ssb-ref": "^2.6.2" |
13 | }, |
14 | "devDependencies": { |
15 | "flumecodec": "0.0.0", |
16 | "flumedb": "^0.3.1", |
17 | "flumelog-offset": "^3.0.3", |
18 | "pull-stream": "^3.6.0", |
19 | "ssb-client": "^4.5.0", |
20 | "ssb-keys": "^7.0.7", |
21 | "tape": "^4.6.3" |
22 | }, |
23 | "scripts": { |
24 | "test": "set -e; for t in test/*.js; do node $t; done" |
25 | }, |
26 | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (http://dominictarr.com)", |
27 | "license": "MIT" |
28 | } |
29 |
Built with git-ssb-web