{
  "name": "sunriset",
  "version": "1.0.3",
  "description": "Calculate sunrise and sunset times",
  "main": "dist/sunriset.min.js",
  "scripts": {
    "build": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liuyib/sunriset.git"
  },
  "keywords": [
    "sunrise",
    "sundown"
  ],
  "author": "liuyib",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/liuyib/sunriset/issues"
  },
  "homepage": "https://github.com/liuyib/sunriset#readme",
  "devDependencies": {
    "@babel/core": "^7.7.7",
    "@babel/preset-env": "^7.7.7",
    "rollup": "^1.27.14",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.1.3"
  }
}
