{
  "name": "aframe-asset-on-demand-component",
  "version": "1.0.3",
  "description": "Asset OnDemand component for A-Frame.",
  "main": "index.js",
  "scripts": {
    "build": "browserify examples/main.js -o examples/build.js",
    "dev": "budo examples/main.js:build.js --dir examples --port 8000 --live --open",
    "dist": "webpack index.js dist/aframe-asset-on-demand-component.js && webpack -p index.js dist/aframe-asset-on-demand-component.min.js",
    "lint": "semistandard -v | snazzy",
    "prepublish": "npm run dist",
    "preghpages": "npm run build && shx rm -rf gh-pages && shx mkdir gh-pages && shx cp -r examples/* gh-pages",
    "ghpages": "npm run preghpages && ghpages -p gh-pages",
    "start": "npm run dev",
    "unboil": "node scripts/unboil.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/protyze/aframe-asset-on-demand-component.git"
  },
  "keywords": [
    "aframe",
    "aframe-component",
    "aframe-vr",
    "vr",
    "mozvr",
    "webvr"
  ],
  "author": "protyze <jan.azzati@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/protyze/aframe-asset-on-demand-component/issues"
  },
  "homepage": "https://github.com/protyze/aframe-asset-on-demand-component#readme",
  "devDependencies": {
    "aframe": "^0.5.0",
    "browserify": "^13.0.0",
    "browserify-css": "^0.9.1",
    "budo": "^8.2.2",
    "ghpages": "^0.0.8",
    "inquirer": "^1.0.2",
    "randomcolor": "^0.4.4",
    "semistandard": "^8.0.0",
    "shelljs": "^0.7.0",
    "shx": "^0.1.1",
    "snazzy": "^4.0.0",
    "webpack": "^1.13.0"
  },
  "semistandard": {
    "ignore": [
      "examples/build.js",
      "dist/**"
    ]
  }
}
