{
  "name": "primitive-sphere",
  "version": "3.0.0",
  "description": "a sphere mesh with normals, texture coordinates and indices",
  "main": "./primitive-sphere.js",
  "license": "MIT",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "dependencies": {
    "gl-mat4": "^1.1.4",
    "gl-vec3": "^1.0.3"
  },
  "devDependencies": {
    "browserify": "^10.2.4",
    "budo": "^4.1.0",
    "faucet": "0.0.1",
    "garnish": "^2.1.3",
    "glo-demo-primitive": "^2.0.1",
    "tape": "^4.0.0",
    "uglify-js": "^2.4.23"
  },
  "scripts": {
    "build": "browserify demo.js | uglifyjs -cm > bundle.js",
    "test": "node test.js | faucet",
    "start": "budo demo.js:bundle.js --live --verbose | garnish"
  },
  "keywords": [
    "sphere",
    "simplicial",
    "complex",
    "mesh",
    "geom",
    "geometry",
    "primitive",
    "stackgl",
    "glsl",
    "webgl",
    "gl",
    "glo",
    "glojs",
    "glo-js"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/glo-js/primitive-sphere.git"
  },
  "homepage": "https://github.com/glo-js/primitive-sphere",
  "bugs": {
    "url": "https://github.com/glo-js/primitive-sphere/issues"
  }
}
