patchbay-gatherings
Version:
Plugs patch-gatherings into patchbay
51 lines (50 loc) • 1.27 kB
JSON
{
"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"
}
}