node-red-contrib-context-editor
Version:
Context Editor
35 lines (34 loc) • 662 B
JSON
{
"name": "node-red-contrib-context-editor",
"version": "0.0.1",
"node-red": {
"nodes": {
"context-editor": "context-editor.js"
}
},
"scripts": {
"start": "build "
},
"dependencies": {
"body-parser": "^1.0.0",
"jsondiffpatch": "^0.4.1",
"jsoneditor": "^9.0.1",
"serve-static": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/monogoto.io/node-red-contrib-context-editor.git"
},
"keywords": [
"node-red",
"node",
"red",
"monogoto.io",
"monogoto",
"flow",
"context",
"editor"
],
"author": "monogoto.io",
"license": "AGPL-3.0-or-later"
}