package.json.orig 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. <<<<<<< HEAD
  3. "name" : "node-red-contrib-ramp-thermostat",
  4. "version" : "0.5.0",
  5. "description" : "A Node-RED node that emulates a thermostat",
  6. "dependencies": {
  7. },
  8. "keywords": [
  9. "node-red",
  10. "thermostat",
  11. "profile",
  12. "heating control",
  13. "tmeperature control",
  14. "energy saving",
  15. "multtple heating zones",
  16. "single room temperature control"
  17. =======
  18. "name": "node-red-contrib-ramp-thermostat",
  19. "version": "0.5.0",
  20. "description": "A Node-RED node that emulates a thermostat",
  21. "dependencies": {},
  22. "keywords": [
  23. "node-red",
  24. "thermostat",
  25. "profile",
  26. "heating control",
  27. "tmeperature control",
  28. "energy saving",
  29. "multtple heating zones",
  30. "single room temperature control"
  31. >>>>>>> drweaver/master
  32. ],
  33. "author": "cflurin",
  34. "contributors": [
  35. "drweaver"
  36. ],
  37. "repository": {
  38. "type": "git",
  39. "url": "https://github.com/cflurin/node-red-contrib-ramp-thermostat.git"
  40. },
  41. "node-red": {
  42. "nodes": {
  43. "ramp-thermostat": "ramp-thermostat/ramp-thermostat.js"
  44. }
  45. }
  46. }