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