-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.24 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
{
"name": "patchbay-gatherings",
"version": "3.2.19",
"description": "Plugs patch-gatherings into patchbay",
"main": "plugs/index.js",
"scripts": {
"test": "echo \"see views folder for *.test.js files\" && standard --fix",
"lint": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssbc/patchbay-gatherings.git"
},
"keywords": [
"depject",
"ssbc",
"patchcore",
"patchbay",
"scuttlebutt"
],
"author": "pietgeursen",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ssbc/patchbay-gatherings/issues"
},
"homepage": "https://github.com/ssbc/patchbay-gatherings#readme",
"dependencies": {
"depject": "^4.1.1",
"depnest": "^1.3.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.1",
"lodash.pick": "^4.4.0",
"marama": "^1.2.2",
"mutant": "^3.23.0",
"pull-scroll": "^1.0.9",
"pull-stream": "^3.6.9",
"read-directory": "^2.1.1",
"scuttle-blob": "^1.0.2",
"scuttle-gathering": "^1.3.6",
"spacetime": "^4.5.1",
"ssb-gathering-schema": "^1.2.4",
"ssb-ref": "^2.13.9",
"suggest-box": "^2.2.3"
},
"devDependencies": {
"electro": "^2.1.1",
"electron": "^2.0.12",
"standard": "^12.0.1"
}
}