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