Files: ab2db5816540d4eaf2e71a3d8b00a0b297c3da74 / package.json
529 bytesRaw
1 | { |
2 | "name": "multiblob-http", |
3 | "description": "", |
4 | "version": "0.2.1", |
5 | "homepage": "https://github.com/dominictarr/multiblob-http", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/multiblob-http.git" |
9 | }, |
10 | "dependencies": { |
11 | "pull-stream": "^3.4.3", |
12 | "stream-to-pull-stream": "^1.7.0" |
13 | }, |
14 | "devDependencies": {}, |
15 | "scripts": { |
16 | "test": "set -e; for t in test/*.js; do node $t; done" |
17 | }, |
18 | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)", |
19 | "license": "MIT" |
20 | } |
21 |
Built with git-ssb-web