{
  "name": "glam",
  "description": "Experimental ES6 WebGL engine built on stack.gl",
  "main": "build/glam.js",
  "keywords": [
    "3D",
    "WebGL",
    "mesh",
    "material",
    "lambert",
    "matrix",
    "vector",
    "stack.gl",
    "glslify"
  ],
  "license": "MIT",
  "homepage": "https://github.com/glamjs/glam",
  "ignore": [
    "**/.*",
    "bin",
    "docs",
    "es5",
    "examples",
    "gh-pages",
    "lib",
    "node_modules",
    "tests"
  ]
}
