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