package.json 735 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "node-red-contrib-ramp-thermostat",
  3. "version": "0.5.0",
  4. "description": "A Node-RED node that emulates a thermostat",
  5. "dependencies": {},
  6. "keywords": [
  7. "node-red",
  8. "thermostat",
  9. "profile",
  10. "heating control",
  11. "tmeperature control",
  12. "energy saving",
  13. "multtple heating zones",
  14. "single room temperature control"
  15. ],
  16. "author": "cflurin",
  17. "contributors": [
  18. "drweaver"
  19. ],
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/cflurin/node-red-contrib-ramp-thermostat.git"
  23. },
  24. "node-red": {
  25. "nodes": {
  26. "ramp-thermostat": "ramp-thermostat/ramp-thermostat.js"
  27. }
  28. }
  29. }