{
  "name": "@rz0/static-map",
  "version": "0.1.1",
  "description": "Render map tiles in a canvas, given a slippy map tile URL.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/rzoller/static-map"
  },
  "scripts": {
    "build": "browserify index.js -o static-map.js --standalone StaticMap",
    "prepare": "npm run build",
    "start": "watchify index.js -o static-map.js --standalone StaticMap",
    "test": "eslint index.js && tape test/*.test.js"
  },
  "keywords": [],
  "author": "Roman Zoller",
  "license": "MIT",
  "dependencies": {
    "async.queue": "^0.5.2",
    "limiter": "^1.1.3"
  },
  "devDependencies": {
    "eslint": "^5.9.0",
    "eslint-plugin-es5": "^1.3.1",
    "tape": "^4.9.1",
    "watchify": "^3.11.0"
  },
  "files": [
    "index.js",
    "static-map.js"
  ]
}
