{
  "name": "mapnik-pool",
  "version": "0.1.3",
  "description": "manage a pool of mapnik instances",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js",
    "coverage": "istanbul cover tape test/*.js && coveralls < ./coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mapbox/mapnik-pool.git"
  },
  "keywords": [
    "mapnik",
    "pool",
    "maps"
  ],
  "author": "Tom MacWright",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/mapnik-pool/issues"
  },
  "homepage": "https://github.com/mapbox/mapnik-pool",
  "dependencies": {
    "generic-pool": "~2.2.1",
    "xtend": "~4.0.0"
  },
  "devDependencies": {
    "coveralls": "^2.11.4",
    "istanbul": "^0.4.0",
    "tape": "^4.2.2",
    "mapnik": ">= 1.4.2 < 4.0.0"
  }
}
