{
  "name": "aws-scheduled-weather",
  "version": "1.0.0",
  "description": "Example of creating a function that runs as a cron job using the serverless `schedule` event through pulling weather and sending an email daily.",
  "author": "Tom Milewski <tmilewski@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "forecast.io": "0.0.11",
    "postmark": "^1.3.1"
  }
}
