package.json 374 B

123456789101112131415
  1. {
  2. "name" : "node-red-contrib-ramp-thermostat",
  3. "version" : "0.1.0",
  4. "description" : "A Node-RED node that emulates a thermostat",
  5. "license" : "ISC",
  6. "dependencies" : {
  7. },
  8. "keywords": [ "node-red" ],
  9. "node-red" : {
  10. "nodes": {
  11. "ramp-thermostat": "ramp-thermostat/ramp-thermostat.js"
  12. }
  13. }
  14. }