UNPKG

523 BJSONView Raw
1{
2 "name": "pull-stream",
3 "description": "minimal pull stream",
4 "version": "3.6.6",
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}