{
  "name": "aframe-gif-shader",
  "version": "0.9.1",
  "description": "A shader to display GIF for A-Frame VR.",
  "main": "dist/aframe-gif-shader.js",
  "scripts": {
    "build": "webpack -p examples/main.js examples/build.js",
    "dev": "budo examples/main.js:build.js --dir examples --port 8000 --live -- -t babelify",
    "dist": "webpack index.js dist/aframe-gif-component.js && webpack -p index.js dist/aframe-gif-component.min.js",
    "postpublish": "npm run dist",
    "preghpages": "npm run build && rm -rf gh-pages && cp -r examples gh-pages",
    "ghpages": "npm run preghpages && ghpages -p gh-pages"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mayognaise/aframe-gif-shader.git"
  },
  "keywords": [
    "aframe",
    "aframe-shader",
    "aframe-vr",
    "vr",
    "aframe-layout",
    "mozvr",
    "webvr",
    "gif",
    "shader",
    "material"
  ],
  "author": "Mayo Tobita <tobimayo@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mayognaise/aframe-gif-shader/issues"
  },
  "homepage": "https://github.com/mayognaise/aframe-gif-shader#readme",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^6.4.1",
    "babel-preset-es2015": "^6.24.1",
    "babelify": "^7.3.0",
    "browserify": "^13.3.0",
    "budo": "^8.4.0",
    "ghpages": "0.0.3",
    "webpack": "^1.15.0"
  },
  "peerDependencies": {
    "aframe": "^0.9.0"
  },
  "contributors": [
    "UXVirtual <michael@uxvirtual.com> (http://www.uxvirtual.com)",
    "Uri Shaked <uri@urish.org> (http://www.urish.org)",
    "Pablo Diego Silva da Silva <pablodiegoss@hotmail.com> (https://github.com/pablodiegoss)",
    "margauxdivernois (https://github.com/margauxdivernois)",
    "Danpollak (https://github.com/Danpollak)"
  ]
}
