You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

37 lines
832 B

{
"name": "node-red-contrib-ui-microwave-clock",
"description": "A microwave-style digital timer for the Node-RED Dashboard.",
"keywords": [
"clock",
"dashboard",
"node-red",
"time",
"ui"
],
"version": "1.0.1",
"license": "MIT",
"author": {
"name": "Patrick Knabe",
"email": "patrickknabe@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrickknabe/node-red-contrib-ui-digital-clock.git"
},
"bugs": {
"url": "https://github.com/patrickknabe/node-red-contrib-ui-digital-clock/issues"
},
"homepage": "https://github.com/patrickknabe/node-red-contrib-ui-digital-clock#readme",
"peerDependencies": {
"node-red-dashboard": ">=2.23.2"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"ui_digital_clock": "clock.js"
}
},
"engines": {
"node": ">=12.0.0"
}
}