{
  "name": "regl-camera",
  "version": "2.1.1",
  "description": "Camera for regl",
  "main": "regl-camera.js",
  "dependencies": {
    "gl-mat4": "^1.1.4",
    "mouse-wheel": "^1.2.0",
    "mouse-change": "^1.3.0"
  },
  "devDependencies": {
    "angle-normals": "^1.0.0",
    "browserify": "^13.1.0",
    "bunny": "^1.0.1",
    "es2040": "^1.2.5",
    "github-cornerify": "^1.0.7",
    "indexhtmlify": "^1.3.1",
    "metadataify": "^1.0.1",
    "regl": "^1.2.1",
    "standard": "^10.0.1",
    "uglify-js": "^2.8.22"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "budo docs/example.js --live --open",
    "build": "browserify docs/example.js -t es2040 | uglifyjs -c -m | indexhtmlify | metadataify | github-cornerify > docs/index.html",
    "lint": "standard",
    "lint-fix": "standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikolalysenko/regl-camera.git"
  },
  "keywords": [
    "regl",
    "camera",
    "3d",
    "orbit",
    "turntable"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikolalysenko/regl-camera/issues"
  },
  "homepage": "https://github.com/mikolalysenko/regl-camera#readme",
  "github-corner": {
    "fg": "#333",
    "bg" : "#fff"
  }
}
