Files: 48f11ee4bbabe3ee3bf0c9e02f75c39456e53582 / package.json
523 bytesRaw
1 | { |
2 | "name": "pull-stream", |
3 | "description": "minimal pull stream", |
4 | "version": "3.4.3", |
5 | "homepage": "https://pull-stream.github.io", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/pull-stream/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