{
  "_args": [
    [
      "webvr-polyfill@0.10.12",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_from": "webvr-polyfill@0.10.12",
  "_id": "webvr-polyfill@0.10.12",
  "_inBundle": false,
  "_integrity": "sha512-trDJEVUQnRIVAnmImjEQ0BlL1NfuWl8+eaEdu+bs4g59c7OtETi/5tFkgEFDRaWEYwHntXs/uFF3OXZuutNGGA==",
  "_location": "/webvr-polyfill",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webvr-polyfill@0.10.12",
    "name": "webvr-polyfill",
    "escapedName": "webvr-polyfill",
    "rawSpec": "0.10.12",
    "saveSpec": null,
    "fetchSpec": "0.10.12"
  },
  "_requiredBy": [
    "/vtk.js"
  ],
  "_resolved": "https://registry.npmjs.org/webvr-polyfill/-/webvr-polyfill-0.10.12.tgz",
  "_spec": "0.10.12",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "authors": [
    "Boris Smus <boris@smus.com>",
    "Brandon Jones <tojiro@gmail.com>",
    "Jordan Santell <jordan@jsantell.com>"
  ],
  "bugs": {
    "url": "https://github.com/immersive-web/webvr-polyfill/issues"
  },
  "dependencies": {
    "cardboard-vr-display": "^1.0.19"
  },
  "description": "Use WebVR today, on mobile or desktop, without requiring a special browser build.",
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.6.1",
    "chai": "^3.5.0",
    "jsdom": "^11.10.0",
    "localStorage": "^1.0.3",
    "mocha": "^5.0.0",
    "rollup": "^0.52.1",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-cleanup": "^2.0.0",
    "rollup-plugin-commonjs": "^8.2.6",
    "rollup-plugin-json": "^2.3.0",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-uglify": "^2.0.1",
    "semver": "^5.3.0"
  },
  "homepage": "https://github.com/immersive-web/webvr-polyfill",
  "keywords": [
    "vr",
    "webvr"
  ],
  "license": "Apache-2.0",
  "main": "build/webvr-polyfill.js",
  "name": "webvr-polyfill",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/immersive-web/webvr-polyfill.git"
  },
  "scripts": {
    "build": "rollup -c",
    "build-all": "npm run build && npm run build-min",
    "build-min": "rollup -c rollup.config.min.js",
    "postversion": "git push && git push --tags && npm publish",
    "preversion": "npm install && npm test",
    "test": "mocha -r test/init.js --compilers js:babel-core/register test/*.test.js",
    "version": "npm run build-all && git add build/*",
    "watch": "rollup -c -w"
  },
  "version": "0.10.12"
}
