Files: 615cb28ba8fb8896c4981c34a710d861649033f5 / package.json
524 bytesRaw
1 | { |
2 | "name": "flumeview-reduce", |
3 | "description": "", |
4 | "version": "0.1.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 | }, |
14 | "devDependencies": {}, |
15 | "scripts": { |
16 | "test": "set -e; for t in test/*.js; do node $t; done" |
17 | }, |
18 | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)", |
19 | "license": "MIT" |
20 | } |
21 |
Built with git-ssb-web