{
  "name": "gl-transition",
  "version": "1.13.0",
  "description": "a light function to render a GL Transition frame with a WebGLRenderingContext",
  "main": "lib/index.js",
  "license": "MIT",
  "scripts": {
    "compile": "babel -d lib/ src/",
    "watch": "babel -w -d lib/ src/",
    "prepublish": "npm run compile"
  },
  "files": [
    "lib",
    "src"
  ],
  "dependencies": {
    "gl-shader": "^4.2.1"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-stage-1": "^6.24.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gre/gl-transition-libs.git"
  },
  "bugs": {
    "url": "https://github.com/gre/gl-transition-libs/issues"
  },
  "homepage": "https://github.com/gre/gl-transition-libs#readme"
}
