git ssb

2+

Dominic / pull-stream



Tree: d9ce522f3cc18dd0c8a78fd594afe12042a3a15b

Files: d9ce522f3cc18dd0c8a78fd594afe12042a3a15b / package.json

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