Files: fa4be57e825ec6579faa4bc1c92e3fd0f5d2d342 / package.json
509 bytesRaw
1 | { |
2 | "name": "pull-stream", |
3 | "description": "minimal pull stream", |
4 | "version": "3.0.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 | "devDependencies": { |
11 | "tape": "~2.12.3", |
12 | "pull-abortable": "~2.0.0" |
13 | }, |
14 | "scripts": { |
15 | "test": "set -e; for t in test/*.js; do node $t; done" |
16 | }, |
17 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
18 | "license": "MIT" |
19 | } |
20 |
Built with git-ssb-web