{
  "name": "abaculus",
  "version": "2.0.3",
  "description": "stitches map tiles together for high-res exporting from tm2",
  "main": "index.js",
  "contributors": [
    "Yuri Astrakhan <yurik@wikimedia.org>"
  ],
  "scripts": {
    "test": "mocha -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mapbox/abaculus.git"
  },
  "dependencies": {
    "sphericalmercator": "1.0.x",
    "mapnik": "~3.5.0",
    "d3-queue": "^2.0.2"
  },
  "devDependencies": {
    "mocha": "2.x"
  }
}
