Files: ace1b1bc49b7f88fcf21456ad2cf31a669f51591 / package.json
580 bytesRaw
1 | { |
2 | "name": "ssb-block-list", |
3 | "description": "", |
4 | "version": "1.0.0", |
5 | "homepage": "https://github.com/dominictarr/ssb-block-list", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/ssb-block-list.git" |
9 | }, |
10 | "dependencies": { |
11 | "flumeview-reduce": "^1.3.14", |
12 | "ssb-ref": "^2.13.9" |
13 | }, |
14 | "devDependencies": { |
15 | "ssb-server": "^13.5.2", |
16 | "tape": "^4.9.1" |
17 | }, |
18 | "scripts": { |
19 | "test": "set -e; for t in test/*.js; do node $t; done" |
20 | }, |
21 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
22 | "license": "MIT" |
23 | } |
24 |
Built with git-ssb-web