{
  "name": "clay-sitemaps",
  "version": "1.0.0",
  "description": "Add sitemaps to Clay sites.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nymag/clay-sitemaps.git"
  },
  "keywords": [
    "clay",
    "amphora",
    "sitemaps"
  ],
  "author": "New York Media",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nymag/clay-sitemaps/issues"
  },
  "homepage": "https://github.com/nymag/clay-sitemaps#readme",
  "dependencies": {
    "amphora": "^8.0.0",
    "amphora-storage-postgres": "^2.0.1",
    "express": "^4.14.1",
    "glob": "^7.1.1",
    "lodash": "^4.17.4",
    "moment": "^2.17.1",
    "multiplex-templates": "^1.3.0",
    "through2": "^2.0.3",
    "through2-filter": "^2.0.0",
    "through2-map": "^3.0.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.17.1",
    "mocha": "^3.2.0",
    "sinon": "^1.17.7"
  },
  "peerDependencies": {
    "handlebars": "4"
  },
  "engines": {
    "node": "^4.0.0"
  },
  "engine-strict": true
}
