thingzi-logic-timers
Version:
Easy to use time based nodes with clean design
32 lines (31 loc) • 849 B
JSON
{
"name": "thingzi-logic-timers",
"version": "1.4.6",
"description": "Easy to use time based nodes with clean design",
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.17.10",
"moment": "^2.22.1",
"suncalc": "^1.8.0",
"needle": "^3.0.0"
},
"keywords": [ "node-red", "timer", "schedule", "time", "calendar", "trigger", "motion", "chrono", "presence", "sensor", "activity", "timeout" ],
"author": "Bryan Black <bry@thingzi.net>",
"license": "MIT",
"node-red" : {
"version": ">=1.0.0",
"nodes": {
"timer": "timer.js",
"time-check": "time-check.js",
"schedule": "schedule.js",
"activity": "activity.js"
}
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/thingzi/thingzi-logic-timers.git"
}
}