{
  "name": "sunrise-sunset",
  "version": "1.0.0",
  "description": "Simple app to fetch sunrise and sunset",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "suncalc": "1.7.0"
  },
  "repository" : {
    "type" : "git",
    "url" : "https://github.com/rmrfslashbin/next-sunrise-sunset"
  }
}
