-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
47 lines (47 loc) · 1.21 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-room",
"version": "1.3.0",
"description": "A server to find and connect to other SSB peers – a meeting place",
"main": "index.js",
"bin": {
"ssb-room": "bin.js"
},
"author": "Andre Staltz <[email protected]>",
"license": "AGPL-3.0",
"homepage": "https://github.com/staltz/ssb-room#readme",
"scripts": {
"build": "docker build -t staltz/ssb-room:$(jq -r .version package.json) .",
"start": "docker run -it --rm staltz/ssb-room",
"publish-docker": "docker push staltz/ssb-room"
},
"dependencies": {
"body-parser": "^1.16.0",
"debug": "~4.1.1",
"ejs": "^2.5.5",
"express": "^4.16.0",
"pull-cat": "~1.1.11",
"pull-notify": "0.1.1",
"pull-pair": "~1.1.0",
"pull-stream": "~3.6.14",
"qr-image": "^3.2.0",
"secret-stack": "6.3.0",
"ssb-caps": "~1.1.0",
"ssb-client": "~4.7.8",
"ssb-config": "~3.3.2",
"ssb-conn": ">=0.11.0",
"ssb-logging": "~1.0.0",
"ssb-master": "~1.0.3",
"ssb-ref": "~2.13.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/staltz/ssb-room.git"
},
"keywords": [
"ssb",
"ssbroom"
],
"bugs": {
"url": "https://github.com/staltz/ssb-room/issues"
}
}