Files: cd76eff3ebf93df1912d899b6453a4b837d2eebb / package.json
529 bytesRaw
1 | { |
2 | "name": "pull-stream", |
3 | "description": "minimal pull stream", |
4 | "version": "2.23.1", |
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 | } |
22 |
Built with git-ssb-web