git ssb

2+

Dominic / pull-stream



Tree: 139ae4f839a516ef981ea28e0e41fb6f8cc9702e

Files: 139ae4f839a516ef981ea28e0e41fb6f8cc9702e / package.json

498 bytesRaw
1{
2 "name": "pull-stream",
3 "description": "minimal pull stream",
4 "version": "2.4.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 "dependencies": {
11 "tape": "~0.3.0"
12 },
13 "devDependencies": {},
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