-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 831 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 831 Bytes
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
{
"name": "ssb-launcher",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"command-line-args": "^5.1.1",
"scuttlebutt-akka-persistence-index": "github:openlawteam/scuttlebutt-akka-persistence-index#6f3b077e0a1fb86a8f51f228c7002f9b5a65eeed",
"ssb-about": "^2.0.1",
"ssb-backlinks": "^0.7.3",
"ssb-config": "^3.2.5",
"ssb-ebt": "^5.6.7",
"ssb-friends": "^4.0.0",
"ssb-gossip": "^1.0.10",
"ssb-invite": "^2.0.4",
"ssb-keys": "^7.1.6",
"ssb-local": "^1.0.0",
"ssb-master": "^1.0.3",
"ssb-private": "^0.2.3",
"ssb-query": "^2.4.1",
"ssb-replicate": "^1.3.0",
"ssb-server": "^15.1.0"
}
}