git ssb

2+

Dominic / pull-stream



Tree: f44deee7cd85838263f86b00a679b3bab88baae6

Files: f44deee7cd85838263f86b00a679b3bab88baae6 / package.json

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

Built with git-ssb-web