-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 KB
/
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
39
40
41
42
43
{
"name": "ssb-invite",
"description": "",
"version": "3.0.3",
"homepage": "https://github.com/ssbc/ssb-invite",
"repository": {
"type": "git",
"url": "git://github.com/ssbc/ssb-invite.git"
},
"scripts": {
"test": "npm run test:js && npm run test:js:old && npm run lint",
"test:js": "tape 'test/*.test.js' | tap-arc",
"test:js:old": "OLD_DEPS=true npm run test:js",
"lint": "standard --fix"
},
"dependencies": {
"cont": "^1.0.3",
"explain-error": "^1.0.4",
"ip": "^1.1.8",
"level": "^6.0.1",
"muxrpc-validation": "^3.0.2",
"ssb-client": "^4.9.0",
"ssb-keys": "^8.5.0",
"ssb-ref": "^2.16.0"
},
"devDependencies": {
"pull-stream": "^3.7.0",
"scuttle-testbot": "^2.2.0",
"ssb-ebt": "^9.1.2",
"ssb-friends": "^5.1.7",
"ssb-friends-4": "npm:ssb-friends@4.4.10",
"ssb-invite-2": "npm:ssb-invite@2.1.7",
"ssb-conn-1": "npm:ssb-conn@1.0.0",
"ssb-replicate": "^1.3.5",
"ssb-replication-scheduler": "^3.1.0",
"ssb-ws": "^6.2.3",
"standard": "^17.1.0",
"tap-arc": "^1.2.2",
"tape": "^5.7.2"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
"license": "MIT"
}