{
  "name": "wggl",
  "version": "0.1.0",
  "description": "A friendly interface to shaders",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "WebGL",
    "Browsers"
  ],
  "author": "Michael Lange",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^3.3.3333"
  }
}
