{
  "name": "three.map.control",
  "version": "1.6.0",
  "description": "Mobile friendly three.js camera that mimics 2d maps navigation with pan and zoom",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "browserify demo/index.js > demo/bundle.js"
  },
  "keywords": [
    "three.js",
    "map",
    "control",
    "camera",
    "pan",
    "zoom",
    "scroll",
    "wheel"
  ],
  "author": "Andrei Kashcha",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/anvaka/three.map.control"
  },
  "dependencies": {
    "amator": "^1.0.1",
    "ngraph.events": "0.0.4",
    "wheel": "0.0.4"
  },
  "devDependencies": {
    "three": "^0.79.0"
  }
}
