{
  "name": "gl-axes3d",
  "version": "1.7.1",
  "description": "3D axes for WebGL",
  "main": "axes.js",
  "directories": {
    "example": "example"
  },
  "dependencies": {
    "bit-twiddle": "^1.0.2",
    "dup": "^1.0.0",
    "extract-frustum-planes": "^1.0.0",
    "gl-buffer": "^2.1.2",
    "gl-mat4": "^1.2.0",
    "gl-shader": "^4.2.1",
    "gl-state": "^1.0.0",
    "gl-vao": "^1.3.0",
    "gl-vec4": "^1.0.1",
    "glslify": "^7.0.0",
    "robust-orientation": "^1.1.3",
    "split-polygon": "^1.0.0",
    "vectorize-text": "^3.2.1"
  },
  "devDependencies": {
    "chttps": "^1.0.6",
    "game-shell-orbit-camera": "^1.0.0",
    "gl-matrix": "^3.3.0",
    "gl-mesh3d": "^2.3.0",
    "gl-now": "^1.4.0",
    "isosurface": "^1.0.0"
  },
  "scripts": {
    "postshrinkwrap": "chttps .",
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "beefy --open --live example/example.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/gl-vis/gl-axes3d.git"
  },
  "browserify": {
    "transform": [
      "glslify"
    ]
  },
  "keywords": [
    "webgl",
    "axes",
    "plot",
    "boxes"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gl-vis/gl-axes3d/issues"
  },
  "homepage": "https://github.com/gl-vis/gl-axes3d"
}
