Files: b6540cc83c887c7a955b7a6e3e2280c017951e30 / package.json
784 bytesRaw
1 | { |
2 | "name": "ssb-user-invites", |
3 | "description": "", |
4 | "version": "1.1.0", |
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-keys": "^7.0.14", |
17 | "ssb-ref": "^2.9.1" |
18 | }, |
19 | "devDependencies": { |
20 | "explain-error": "^1.0.4", |
21 | "scuttlebot": "^13.2.1", |
22 | "ssb-validate": "^3.0.1", |
23 | "tape": "^4.8.0" |
24 | }, |
25 | "scripts": { |
26 | "test": "set -e; for t in test/*.js; do node $t; done" |
27 | }, |
28 | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)", |
29 | "license": "MIT" |
30 | } |
31 |
Built with git-ssb-web