forked from ssbc/ssb-ahoy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "ssb-ahoy",
"version": "1.0.0",
"description": "handle the initial sync as you join scuttlebutt for the first time",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"scuttlebutt",
"initial-sync"
],
"author": "mixmix",
"license": "AGPL-3.0",
"dependencies": {
"electron": "^4.2.0",
"electron-default-menu": "^1.0.1",
"electron-window-state": "^5.0.3",
"font-awesome": "^4.7.0",
"json5": "^2.1.0",
"lodash.clone": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.1",
"lodash.pickby": "^4.6.0",
"micro-css": "^2.0.1",
"mutant": "^3.22.1",
"progress-hex": "^1.0.0",
"pull-abortable": "^4.1.1",
"pull-stream": "^3.6.9",
"require-style": "^1.0.1",
"setimmediate": "^1.0.5",
"ssb-client": "^4.6.1",
"ssb-config": "^3.2.5",
"ssb-ebt": "^5.5.2",
"ssb-friends": "^3.1.13",
"ssb-invite": "^2.0.4",
"ssb-legacy-conn": "^1.0.23",
"ssb-replicate": "^1.2.4"
},
"devDependencies": {}
}