package.json 574 B

123456789101112131415161718192021222324
  1. {
  2. "name" : "node-red-contrib-ramp-thermostat",
  3. "version" : "0.3.0",
  4. "description" : "A Node-RED node that emulates a thermostat",
  5. "dependencies": {
  6. },
  7. "keywords": [
  8. "node-red",
  9. "thermostat",
  10. "single room temperature control"
  11. ],
  12. "author": "cflurin",
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/cflurin/node-red-contrib-ramp-thermostat.git"
  16. },
  17. "node-red" : {
  18. "nodes": {
  19. "ramp-thermostat": "ramp-thermostat/ramp-thermostat.js"
  20. }
  21. }
  22. }