Files: 510db6eba3fe74a02c3c8622c5183221b4a3ddba / package.json
858 bytesRaw
1 | { |
2 | "name": "ssb-blobs", |
3 | "description": "blobs and blob replication for ssb", |
4 | "version": "1.1.0", |
5 | "homepage": "https://github.com/dominictarr/ssb-blobs", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/ssb-blobs.git" |
9 | }, |
10 | "dependencies": { |
11 | "cont": "^1.0.3", |
12 | "level": "^1.4.0", |
13 | "multiblob": "^1.12.0", |
14 | "pull-level": "^1.5.2", |
15 | "pull-notify": "^0.1.0", |
16 | "pull-stream": "^3.3.0", |
17 | "ssb-ref": "^2.3.0" |
18 | }, |
19 | "devDependencies": { |
20 | "interleavings": "^0.3.1", |
21 | "mkdirp": "^0.5.1", |
22 | "osenv": "^0.1.3", |
23 | "pull-bitflipper": "^0.1.0", |
24 | "rimraf": "^2.5.2", |
25 | "secret-stack": "^2.5.1", |
26 | "tape": "^4.5.1" |
27 | }, |
28 | "scripts": { |
29 | "test": "set -e; for t in test/*.js; do node $t; done" |
30 | }, |
31 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
32 | "license": "MIT" |
33 | } |
34 |
Built with git-ssb-web