{
  "name": "dark-sky-api",
  "version": "0.6.32",
  "description": "a simple and robust dark sky api service for client-side js",
  "main": "index.js",
  "scripts": {
    "build": "babel ./src/dark-sky-api.js --out-file ./dist/dark-sky-api.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/deanbot/dark-sky-api.git"
  },
  "keywords": [
    "dark",
    "sky",
    "darsky",
    "weather",
    "forecast",
    "forecast-io",
    "forecast.io",
    "forecast"
  ],
  "author": "Dean Verleger",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/deanbot/dark-sky-api/issues"
  },
  "homepage": "https://github.com/deanbot/dark-sky-api#readme",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-plugin-add-module-exports": "1.0.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-env": "1.7.0",
    "jest": "23.6.0"
  },
  "dependencies": {
    "dark-sky-skeleton": "^0.1.46",
    "geo-loc-utils": "^0.0.2",
    "moment": "2.22.2"
  }
}
