-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1016 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ssb-peer-invites",
"description": "",
"version": "2.1.0",
"homepage": "https://github.com/ssbc/ssb-peer-invites",
"repository": {
"type": "git",
"url": "git://github.com/ssbc/ssb-peer-invites.git"
},
"dependencies": {
"chloride": "^2.2.14",
"deep-equal": "1.1.0",
"flumeview-reduce": "^1.3.17",
"is-canonical-base64": "^1.1.1",
"pull-paramap": "^1.2.2",
"pull-stream": "^3.6.9",
"ssb-client": "^4.7.2",
"ssb-keys": "^7.1.5",
"ssb-ref": "^2.13.9"
},
"devDependencies": {
"explain-error": "^1.0.4",
"ssb-device-address": "^1.1.6",
"ssb-friends": "^4.1.4",
"ssb-gossip": "^1.0.9",
"ssb-identities": "^2.0.7",
"ssb-query": "^2.3.0",
"ssb-replicate": "^1.2.3",
"ssb-server": "^16.0.0",
"ssb-validate": "^4.1.0",
"tape": "^4.10.1"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"author": "'Dominic Tarr' <[email protected]> (dominictarr.com)",
"license": "MIT"
}