git ssb

2+

Dominic / pull-stream



Tree: 972b75cd6818715a35d5f528e44a5b98cba21a8c

Files: 972b75cd6818715a35d5f528e44a5b98cba21a8c / package.json

528 bytesRaw
1{
2 "name": "pull-stream",
3 "description": "minimal pull stream",
4 "version": "2.22.2",
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.0.0"
12 },
13 "devDependencies": {
14 "tape": "~2.12.3"
15 },
16 "scripts": {
17 "test": "set -e; for t in test/*.js; do node $t; done"
18 },
19 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
20 "license": "MIT"
21}

Built with git-ssb-web