UNPKG

do-red

Version:

A do-node and corresponding return-node for creating loops and task-lists.

49 lines (48 loc) 939 B
{ "name": "do-red", "version": "1.1.0", "description": "A do-node and corresponding return-node for creating loops and task-lists.", "author": "Christian Geiger", "license": "MIT", "keywords": [ "node-red", "nodes", "flow", "loop", "iterate", "collection", "repeat", "tasks", "task-list", "building-plan", "construct", "no-op", "navigate", "navigation", "replace", "append", "rename" ], "repository": { "type": "git", "url": "https://gitlab.com/2WeltenChris/do-red.git" }, "node-red": { "version": ">=3.0.0", "nodes": { "do": "src/do.js", "do-return": "src/do-return.js" } }, "engines": { "node": ">=14.0" }, "devDependencies": { "standard": "^17.1.0", "svelte-integration-red": "^2.8.3" }, "scripts": { "setup": "./scripts/setup.sh", "dev": "node-red ./examples/do_examples.json" } }