{
  "name": "amphora-schedule",
  "version": "2.0.1",
  "description": "A scheduling module for Amphora",
  "main": "index.js",
  "scripts": {
    "eslint": "eslint --max-warnings 0 lib",
    "jest": "jest",
    "test": "npm run eslint && npm run jest"
  },
  "keywords": [
    "amphora",
    "clay",
    "kiln"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/clay/amphora-schedule"
  },
  "author": "New York Media",
  "license": "MIT",
  "dependencies": {
    "amphora-fs": "^2.0.0",
    "bluebird": "^3.5.1",
    "body-parser": "^1.18.3",
    "clay-log": "^1.3.0",
    "clayutils": "^3.0.0",
    "express": "^4.16.3",
    "lodash": "^4.17.21",
    "moment": "^2.22.2",
    "node-fetch": "^1.3.0"
  },
  "devDependencies": {
    "coveralls": "^3.0.2",
    "eslint": "^5.1.0",
    "jest": "^23.4.1"
  }
}
