Files: 3181c169ab56c583d978baa6d19e2c34530706fb / package.json
941 bytesRaw
1 | { |
2 | "name": "multiblob", |
3 | "description": "", |
4 | "version": "1.10.3", |
5 | "homepage": "https://github.com/dominictarr/multiblob", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/multiblob.git" |
9 | }, |
10 | "dependencies": { |
11 | "blake2s": "~1.0.1", |
12 | "cont": "~1.0.1", |
13 | "explain-error": "~1.0.1", |
14 | "mkdirp": "~0.5.0", |
15 | "pull-cat": "^1.1.8", |
16 | "pull-defer": "^0.2.2", |
17 | "pull-file": "^0.5.0", |
18 | "pull-glob": "~1.0.6", |
19 | "pull-live": "^1.0.0", |
20 | "pull-notify": "0.0.2", |
21 | "pull-paramap": "^1.1.4", |
22 | "pull-stream": "^3.3.0", |
23 | "pull-write-file": "^0.2.1", |
24 | "rc": "~0.5.4", |
25 | "rimraf": "~2.2.8" |
26 | }, |
27 | "devDependencies": { |
28 | "tape": "~3.0.3", |
29 | "osenv": "~0.1.0" |
30 | }, |
31 | "scripts": { |
32 | "prepublish": "npm ls && npm test", |
33 | "test": "set -e; for t in test/*.js; do node $t; done" |
34 | }, |
35 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
36 | "license": "MIT" |
37 | } |
38 |
Built with git-ssb-web