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