-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
72 lines (72 loc) · 1.9 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "scuttle-shell",
"description": "A system tray app for running Secure Scuttlebutt on your local system",
"version": "1.0.1",
"author": {
"name": "Andre Alves Garzia",
"email": "[email protected]",
"url": "http://andregarzia.com"
},
"homepage": "https://github.com/ssbc/scuttle-shell",
"repository": {
"type": "git",
"url": "git://github.com/ssbc/scuttle-shell.git"
},
"main": "./server.js",
"bin": {
"scuttleshell": "./server.js"
},
"dependencies": {
"ecstatic": "^3.3.2",
"forked-systray": "^3.0.11",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"node-notifier": "^5.3.0",
"sodium-native": "^2.4.2",
"ssb-about": "^2.0.1",
"ssb-backlinks": "^0.7.1",
"ssb-blobs": "^1.2.1",
"ssb-chess-db": "^1.0.6",
"ssb-config": "^3.3.1",
"ssb-device-address": "^1.1.5",
"ssb-ebt": "^5.6.6",
"ssb-friends": "^3.1.13",
"ssb-gossip": "^1.1.0",
"ssb-identities": "^2.1.0",
"ssb-invite": "^2.1.3",
"ssb-keys": "^7.1.7",
"ssb-legacy-conn": "^2.0.0",
"ssb-links": "^3.0.8",
"ssb-local": "^1.0.0",
"ssb-logging": "^1.0.0",
"ssb-master": "^1.0.3",
"ssb-meme": "^1.0.4",
"ssb-names": "^3.1.0",
"ssb-no-auth": "^1.0.0",
"ssb-ooo": "^1.3.0",
"ssb-peer-invites": "^1.2.0",
"ssb-private": "^0.2.1",
"ssb-query": "^2.4.2",
"ssb-replicate": "^1.3.0",
"ssb-search": "^1.2.1",
"ssb-server": "^14.1.12",
"ssb-suggest": "^1.0.4",
"ssb-tags": "^0.2.0",
"ssb-talequery": "^2.0.1",
"ssb-threads": "^3.0.1",
"ssb-unix-socket": "^1.0.0",
"ssb-unread": "^1.0.8",
"ssb-web-resolver": "^1.1.2",
"ssb-ws": "^5.1.1"
},
"scripts": {
"start": "node server.js",
"test": "node test/start_stop.js"
},
"optionalDependencies": {},
"devDependencies": {
"eslint-config-standard": "^11.0.0-beta.0",
"standard": "^12.0.1"
},
"license": "MIT"
}