UNPKG

node-red-contrib-jewishtimer

Version:

A Timer for node-red which supports jewish dates and Zmanim

34 lines (33 loc) 757 B
{ "name": "node-red-contrib-jewishtimer", "version": "1.1.0", "description": "A Timer for node-red which supports jewish dates and Zmanim", "node-red": { "nodes": { "jewish-timer": "timer.js" } }, "author": "Yoel Porgesz", "license": "MIT", "bugs": "https://github.com/yoelp/node-red-contrib-jewishtimer/issues", "repository": { "type": "git", "url": "git+https://github.com/yoelp/node-red-contrib-jewishtimer.git" }, "dependencies": { "he-date": "^1.2.2", "kosher-zmanim": "^0.7.1" }, "keywords": [ "node-red", "Jewish timer", "Shabbat", "Shabbos", "Hebrew timer", "schedule", "timer" ], "scripts": { "build": "node ./build" } }