Files: f261ad64678ce2c22cec604efe2e109c52c83e12 / package.json
561 bytesRaw
1 | { |
2 | "name": "pull-stream", |
3 | "description": "minimal pull stream", |
4 | "version": "2.27.0", |
5 | "homepage": "https://github.com/dominictarr/pull-stream", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/pull-stream.git" |
9 | }, |
10 | "dependencies": { |
11 | "pull-core": "~1.1.0" |
12 | }, |
13 | "devDependencies": { |
14 | "tape": "~2.12.3", |
15 | "pull-abortable": "~2.0.0" |
16 | }, |
17 | "scripts": { |
18 | "test": "set -e; for t in test/*.js; do node $t; done" |
19 | }, |
20 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
21 | "license": "MIT" |
22 | } |
23 |
Built with git-ssb-web