UNPKG

905 BJSONView Raw
1{
2 "name": "ssb-blobs",
3 "description": "blobs and blob replication for ssb",
4 "version": "1.2.3",
5 "homepage": "https://github.com/ssbc/ssb-blobs",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/ssbc/ssb-blobs.git"
9 },
10 "dependencies": {
11 "cont": "^1.0.3",
12 "debug": "^4.1.1",
13 "level": "^6.0.0",
14 "multiblob": "^1.12.0",
15 "pull-level": "^2.0.4",
16 "pull-notify": "^0.1.0",
17 "pull-stream": "^3.3.0",
18 "ssb-ref": "^2.3.0"
19 },
20 "devDependencies": {
21 "interleavings": "^1.0.0",
22 "mkdirp": "^0.5.1",
23 "osenv": "^0.1.3",
24 "pull-bitflipper": "^0.1.0",
25 "rimraf": "^3.0.0",
26 "secret-stack": "^6.0.1",
27 "tape": "^4.5.1"
28 },
29 "scripts": {
30 "test": "tape test/*.js",
31 "test:classic": "set -e; for t in test/*.js; do node $t; done"
32 },
33 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
34 "license": "MIT"
35}