Files: 35414cfb5d329a5defb7383193390a090ecf70ca / package.json
602 bytesRaw
1 | { |
2 | "name": "flumeview-reduce", |
3 | "description": "", |
4 | "version": "0.2.0", |
5 | "homepage": "https://github.com/dominictarr/flumeview-reduce", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/flumeview-reduce.git" |
9 | }, |
10 | "dependencies": { |
11 | "atomic-file": "^0.1.0", |
12 | "deep-equal": "^1.0.1", |
13 | "obv": "0.0.0", |
14 | "pull-notify": "^0.1.1", |
15 | "pull-stream": "^3.5.0" |
16 | }, |
17 | "devDependencies": {}, |
18 | "scripts": { |
19 | "test": "set -e; for t in test/*.js; do node $t; done" |
20 | }, |
21 | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)", |
22 | "license": "MIT" |
23 | } |
24 |
Built with git-ssb-web