-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.26 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
44
45
46
47
{
"name": "ssb-legacy-conn",
"description": "Legacy SSB plugin for connections, also known as gossip plugin",
"version": "2.0.0",
"homepage": "https://github.com/staltz/ssb-legacy-conn",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/staltz/ssb-legacy-conn.git"
},
"dependencies": {
"has-network": "0.0.1",
"ip": "^1.1.5",
"debug": "~4.1.1",
"multiserver-address": "~1.0.1",
"on-change-network": "0.0.2",
"on-wakeup": "^1.0.1",
"pull-notify": "^0.1.1",
"pull-ping": "^2.0.2",
"pull-stream": "^3.6.9",
"ssb-conn": "~0.0.12",
"secret-stack-decorators": "1.0.0",
"ssb-ref": "^2.13.9",
"ssb-typescript": "^1.4.0",
"statistics": "^3.3.0",
"zii": "~1.1.0"
},
"peerDependencies": {
"secret-stack": ">=6.2.0"
},
"devDependencies": {
"@types/node": "^11.13.7",
"cont": "^1.0.3",
"ssb-keys": "^7.1.3",
"ssb-server": "~15.0.1",
"secret-stack": ">=6.2.0",
"tape": "^4.9.2",
"typescript": "3.3.x"
},
"scripts": {
"typescript": "tsc",
"tape": "set -e; for t in test/*.js; do node $t; done",
"test": "npm run typescript && npm run tape"
},
"author": "Andre Staltz <contact@staltz.com> (http://staltz.com)",
"license": "MIT"
}