{
  "name": "pex-materials",
  "version": "1.1.1",
  "description": "Additional glsl materials for the pex library",
  "keywords": [
    "geometry",
    "3d",
    "graphics"
  ],
  "author": {
    "name": "Marcin Ignac",
    "email": "marcin.ignac@gmail.com",
    "url": "http://marcinignac.com"
  },
  "main": "index.js",
  "devDependencies": {
    "pex-sys": "0.0.1",
    "pex-glu": "0.0.1",
    "pex-geom": "0.0.1",
    "pex-color": "0.0.1"
  },
  "dependencies": {
    "brfs": "^1.4.3",
    "merge": "~1.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vorg/pex-materials.git"
  },
  "bugs": "https://github.com/vorg/pex-materials/issues",
  "homepage": "https://github.com/vorg/pex-materials",
  "license": "MIT",
  "browserify": {
    "transform": [
      "brfs"
    ]
  }
}
