{
  "name": "node-red-contrib-circadian-light",
  "version": "0.0.2",
  "description": "A Node-RED node to set lighting levels based on the suns position",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "node-red",
    "circadian"
  ],
  "author": "hardillb@gmail.com",
  "license": "Apache-2.0",
  "node-red": {
    "nodes": {
      "circadian": "circadian.js"
    }
  },
  "dependencies": {
    "suncalc": "^1.7.0"
  }
}
