{
  "name": "wms",
  "version": "4.2.1",
  "description": "WMS/WMTS services for node.js",
  "main": "lib",
  "author": "Calvin W. Metcalf <cmetcalf@appgeo.com>",
  "license": "MIT",
  "scripts": {
    "test": "tape test/*.js"
  },
  "dependencies": {
    "@mapbox/sphericalmercator": "^1.0.5",
    "bluebird": "^2.9.34",
    "d3-queue": "^3.0.7",
    "handlebars": "^4.0.0",
    "lru-cache": "^2.6.5",
    "mapnik": "^4.2.1",
    "mime": "^1.3.4"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:AppGeo/wms.git"
  },
  "devDependencies": {
    "eslint": "^4.1.1",
    "tape": "^4.1.0",
    "babel-eslint": "^7.2.3"
  }
}
