-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
{
"name": "patchbay-scry",
"version": "1.5.0",
"description": "figure out a meeting time with friends, (like doodle, but for scuttlebutt)",
"main": "plugs/index.js",
"scripts": {
"lint": "standard --fix",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mixmix/patchbay-scry.git"
},
"keywords": [
"scry",
"scuttlebutt",
"doodle",
"meeting",
"gathering"
],
"author": "mixmix",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/mixmix/patchbay-scry/issues"
},
"homepage": "https://github.com/mixmix/patchbay-scry#readme",
"dependencies": {
"depject": "^4.1.1",
"depnest": "^1.3.0",
"libnested": "^1.4.0",
"marama": "^1.2.2",
"mutant": "^3.22.1",
"mutant-scroll": "^1.0.2",
"read-directory": "^3.0.1",
"scuttle-poll": "^1.5.1",
"ssb-gathering-schema": "^1.2.0",
"ssb-msg-content": "^1.0.1",
"ssb-poll-schema": "^1.7.1",
"suggest-box": "^2.2.3"
},
"devDependencies": {
"electro": "^2.1.1",
"electron": "^2.0.7",
"eslint-config-standard": "^12.0.0",
"micro-css": "^2.0.1",
"pull-stream": "^3.6.9",
"scuttle-testbot": "^1.1.6",
"ssb-backlinks": "^0.7.3",
"standard": "^11.0.1"
}
}