Files: 442db9f8b83733cc826d5748f212d9f5f0ab206a / package.json
809 bytesRaw
1 | { |
2 | "name": "streamview-links", |
3 | "description": "", |
4 | "version": "2.1.0", |
5 | "homepage": "https://github.com/dominictarr/streamview-links", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/streamview-links.git" |
9 | }, |
10 | "dependencies": { |
11 | "bytewise": "^1.1.0", |
12 | "explain-error": "^1.0.1", |
13 | "level": "^1.4.0", |
14 | "ltgt": "^2.1.2", |
15 | "map-filter-reduce": "^3.0.1", |
16 | "pull-level": "^2.0.2", |
17 | "pull-live": "^1.0.1", |
18 | "pull-paramap": "^1.1.3", |
19 | "pull-sink-through": "0.0.0", |
20 | "pull-stream": "^3.4.0", |
21 | "pull-write": "^1.0.2" |
22 | }, |
23 | "devDependencies": { |
24 | "tape": "^4.5.0" |
25 | }, |
26 | "scripts": { |
27 | "test": "set -e; for t in test/*.js; do node $t; done" |
28 | }, |
29 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
30 | "license": "MIT" |
31 | } |
32 |
Built with git-ssb-web