-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.38 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
48
49
50
51
52
53
54
{
"name": "@fraction/flotilla",
"version": "6.0.1",
"description": "distribution of secure scuttlebutt",
"main": "index.js",
"scripts": {
"test": "common-good && node test",
"fix": "common-good fix"
},
"author": "Christian Bundy <[email protected]>",
"license": "AGPL-3.0",
"private": false,
"dependencies": {
"debug": "^4.1.1",
"lodash.shuffle": "^4.2.0",
"secret-stack": "^6.3.0",
"ssb-about": "^2.0.1",
"ssb-backlinks": "^2.1.0",
"ssb-blobs": "^1.2.3",
"ssb-config": "^3.4.4",
"ssb-conn": "^0.18.0",
"ssb-db": "^20.3.0",
"ssb-ebt": "^5.6.7",
"ssb-friends": "^4.2.1",
"ssb-invite": "^2.1.6",
"ssb-lan": "^0.2.0",
"ssb-logging": "^1.0.0",
"ssb-master": "^1.0.3",
"ssb-meme": "^1.1.0",
"ssb-no-auth": "^1.0.0",
"ssb-onion": "^1.0.0",
"ssb-ooo": "^1.3.3",
"ssb-plugins": "^1.0.2",
"ssb-query": "^2.4.5",
"ssb-replicate": "^1.3.0",
"ssb-room": "^1.2.2",
"ssb-search": "^1.3.0",
"ssb-tangle": "^1.0.1",
"ssb-unix-socket": "^1.0.0",
"ssb-ws": "^6.2.3"
},
"devDependencies": {
"common-good": "^2.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fraction/flotilla.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/fraction/flotilla/issues"
},
"homepage": "https://github.com/fraction/flotilla#readme"
}