git ssb

2+

Dominic / pull-stream



Tree: 7c6dab1d9d68e8ade63c36289e36b97c671b6579

Files: 7c6dab1d9d68e8ade63c36289e36b97c671b6579 / package.json

502 bytesRaw
1{
2 "name": "pull-stream",
3 "description": "minimal pull stream",
4 "version": "2.16.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 },
12 "devDependencies": {
13 "tape": "~1.0.0"
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