UNPKG

doc-red

Version:

A plugin for Node-RED which helps to documentate and enhance your workspace.

46 lines (45 loc) 964 B
{ "name": "doc-red", "version": "1.6.0", "description": "A plugin for Node-RED which helps to documentate and enhance your workspace.", "main": "index.js", "repository": { "type": "git", "url": "git+https://gitlab.com/2WeltenChris/doc-red.git" }, "engines": { "node": ">=14.0" }, "node-red": { "version": ">=3.0.0", "plugins": { "doc-red": "src/doc-red.js" } }, "keywords": [ "documentation", "documentate", "doc", "do", "todo", "todo list", "node-red" ], "author": "Sebastian Meier", "contributors": [ "Sebastian Meier", "Christian Geiger" ], "license": "MIT", "bugs": { "url": "https://gitlab.com/2WeltenChris/doc-red/issues" }, "homepage": "https://gitlab.com/2WeltenChris/doc-red#readme", "devDependencies": { "svelte-integration-red": "^2.8.3" }, "scripts": { "setup": "./scripts/setup.sh", "dev": "node-red examples/doc.json" } }