UNPKG

node-red-contrib-timer

Version:
45 lines (44 loc) 917 B
{ "name": "node-red-contrib-timer", "version": "1.0.6", "description": "timer node", "main": "timer-node.js", "directories": { "example": "examples" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/dudest/node-red-contrib-timer.git" }, "keywords": [ "node-red", "timer", "timing", "sequencing", "duty cycle", "delay" ], "author": "alexandre matheson", "license": "MIT", "bugs": { "url": "https://github.com/dudest/node-red-contrib-timer/issues" }, "homepage": "https://github.com/dudest/node-red-contrib-timer#readme", "node-red": { "version": ">=3.0.1", "nodes": { "timer-node": "src/timer-node.js" } }, "engines": { "node": ">=12.13.0" }, "devDependencies": { "mocha": "^9.2.2", "node-red": "^3.0.2", "node-red-node-test-helper": "^0.3.0" } }