{
  "name": "webglstarterkit",
  "version": "0.1.1",
  "description": "helper module to setup WebGL apps",
  "main": "webglstarterkit.js",
  "dependencies": {
    "babel-preset-es2015": "^6.1.18",
    "babelify": "^7.2.0",
    "browserify": "^12.0.1",
    "cheerio": "^0.19.0",
    "html": "0.0.10",
    "jquery": "^2.1.4",
    "nopt": "^3.0.6",
    "three": "^0.73.0",
    "underscore": "^1.8.3",
    "watchify": "^3.6.1"
  },
  "bin": {
    "buildwebglkit": "./buildwebgl.js"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/boscoh/WebGLStarterKit.git"
  },
  "author": "Bosco Ho <boscoh@gmail.com> (http://boscoh.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/boscoh/WebGLStarterKit/issues"
  },
  "homepage": "https://github.com/boscoh/WebGLStarterKit#readme"
}
