Files: c41a27a2d832340a4e31d5f78b95d182759bb0e2 / package.json
607 bytesRaw
1 | { |
2 | "name": "yap-gatherings", |
3 | "description": "", |
4 | "version": "2.0.0", |
5 | "homepage": "https://github.com/dominictarr/yap-gatherings", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/yap-gatherings.git" |
9 | }, |
10 | "dependencies": { |
11 | "pull-paramap": "^1.2.2", |
12 | "pull-stream": "^3.6.9", |
13 | "ssb-sort": "^1.1.0", |
14 | "yap-util": "^1.0.0" |
15 | }, |
16 | "devDependencies": { |
17 | "ssb-client": "^4.6.0" |
18 | }, |
19 | "scripts": { |
20 | "test": "set -e; for t in test/*.js; do node $t; done" |
21 | }, |
22 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
23 | "license": "MIT" |
24 | } |
25 |
Built with git-ssb-web