UNPKG

node-red-contrib-tbtime

Version:
35 lines (34 loc) 763 B
{ "name": "node-red-contrib-tbtime", "version": "1.0.7", "description": "Escape Room TIMER Function - by TIMEBREAK", "main": "tbtime.js", "scripts": {}, "keywords": [ "node-red", "timer", "escape-room", "countdown", "overtime", "timebreak", "tbtime" ], "license": "MIT", "bugs": { "url": "https://www.timebreak-bonn.de/impressum/" }, "repository": { "type": "git", "url": "https://github.com/cyb-de/timebreak_escaperoom_noderedtime.git" }, "homepage": "https://github.com/cyb-de/timebreak_escaperoom_noderedtime#readme", "engines": { "node": ">=14.17.0", "node-red": ">=3.0.0" }, "node-red": { "nodes": { "tbtime": "tbtime.js" } } }