Files: db9daf227bf427c246cd50b93653cdb076843279 / package.json
812 bytesRaw
1 | { |
2 | "name": "ssb-user-invites", |
3 | "description": "", |
4 | "version": "1.1.2", |
5 | "homepage": "https://github.com/dominictarr/user-invites", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/user-invites.git" |
9 | }, |
10 | "dependencies": { |
11 | "deep-equals": "0.0.2", |
12 | "flumeview-reduce": "^1.3.12", |
13 | "is-canonical-base64": "^1.1.1", |
14 | "pull-paramap": "^1.2.2", |
15 | "pull-stream": "^3.6.9", |
16 | "ssb-client": "^4.6.0", |
17 | "ssb-keys": "^7.0.14", |
18 | "ssb-ref": "^2.9.1" |
19 | }, |
20 | "devDependencies": { |
21 | "explain-error": "^1.0.4", |
22 | "scuttlebot": "^13.2.1", |
23 | "ssb-validate": "^3.0.1", |
24 | "tape": "^4.8.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> (dominictarr.com)", |
30 | "license": "MIT" |
31 | } |
32 |
Built with git-ssb-web