git ssb

2+

Dominic / pull-stream



Tree: 34424ec7200a18fdb8f79642df2598fd98f5c1ca

Files: 34424ec7200a18fdb8f79642df2598fd98f5c1ca / package.json

561 bytesRaw
1{
2 "name": "pull-stream",
3 "description": "minimal pull stream",
4 "version": "2.28.4",
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