{
  "name": "tessera",
  "version": "0.15.5",
  "description": "A tilelive-based tile server",
  "main": "lib/app.js",
  "bin": "bin/tessera.js",
  "author": "Seth Fitzsimmons <seth@mojodna.net>",
  "license": "BSD-2-Clause",
  "repository": {
    "type": "git",
    "url": "https://github.com/mojodna/tessera.git"
  },
  "scripts": {
    "prepublish": "npm install bower && bower install"
  },
  "dependencies": {
    "@mapbox/sphericalmercator": "^1.2.0",
    "@mapbox/tilelive": "^6.1.0",
    "bower": "^1.8.14",
    "cachecache": "^1.0.3",
    "clone": "^2.1.2",
    "commander": "^8.2.0",
    "cors": "^2.8.5",
    "debug": "^3.2.7",
    "express": "^4.17.2",
    "handlebars": "^4.0.12",
    "morgan": "^1.10.0",
    "response-time": "^2.3.2",
    "tilelive-cache": "^0.7.2",
    "tilelive-modules": "^0.4.2"
  },
  "overrides": {
    "@mapbox/tilelive": {
      "minimist": "1.2.6"
    }
  }
}
