{
  "name": "kindred-shader",
  "version": "2.0.0",
  "description": "Kindred's core shader API",
  "license": "MIT",
  "scripts": {
    "posttest": "standard",
    "start": "budo ./demo.js:bundle.js -- -t ./transform",
    "bundle": "browserify ./demo.js -o bundle.js -t ./transform",
    "preversion": "npm t",
    "test": "node test | tspec",
    "test:cov": "istanbul cover test && istanbul report"
  },
  "dependencies": {
    "add-line-numbers": "^1.0.1",
    "falafel": "^1.2.0",
    "gl-magic-uniforms": "^2.0.0",
    "gl-shader-extract": "^1.1.2",
    "glslify": "^5.1.0",
    "is-require": "0.0.1",
    "kindred-shader-formatter": "^1.0.0",
    "shortid": "^2.2.6",
    "static-module": "github:hughsk/static-module#limit-parsing",
    "stream-combiner": "^0.2.2",
    "through2": "^2.0.1",
    "xtend": "^4.0.1"
  },
  "devDependencies": {
    "a-big-triangle": "mikolalysenko/a-big-triangle",
    "bl": "^1.1.2",
    "browserify": "^13.0.1",
    "budo": "^8.3.0",
    "canvas-fit": "^1.5.0",
    "from2-string": "^1.1.0",
    "gl": "^4.0.2",
    "glsl-square-frame": "^1.0.1",
    "standard": "^7.1.2",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.0"
  },
  "keywords": [
    "ecosystem:kindred",
    "shader",
    "webgl",
    "core"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/kindredjs/kindred-shader"
  }
}
