{
  "name": "veri",
  "version": "1.1.4",
  "description": "Enables functionality for VR videos, including 360, stereoscopic, 3D objects, interaction and control, crosshairs, and ambisonic audio.",
  "keywords": [
    "vr",
    "webvr",
    "three",
    "three.js",
    "webvr",
    "360",
    "vive",
    "oculus",
    "crosshairs",
    "veri"
  ],
  "homepage": "https://namel.github.io/veri/",
  "bugs": {
    "url": "https://github.com/namel/veri/issues"
  },
  "files": [
    "README.md",
    "package.json",
    "resources",
    "src"
  ],
  "main": "src/veri.js",
  "repository": "namel/veri",
  "dependencies": {
    "ambisonics": "^0.1.0",
    "three": "^0.75.0",
    "webvr-polyfill": "^0.9.23"
  },
  "devDependencies": {
    "browserify": "^13.1.0",
    "eslint": "^3.6.0",
    "eslint-config-google": "^0.6.0",
    "event-emitter": "^0.3.4",
    "http-server": "^0.9.0",
    "opener": "^1.4.2",
    "parallelshell": "^2.0.0",
    "watchify": "^3.7.0"
  },
  "scripts": {
    "build": "browserify src/veri.js -o dist/veri.js",
    "watch": "watchify src/veri.js -o dist/veri.js",
    "open": "opener http://127.0.0.1:8080/examples/simple.html",
    "serve": "http-server",
    "test": "parallelshell \"npm run serve\" \"npm run open\""
  },
  "author": {
    "name": "Gary Weiss",
    "email": "fourvelocity@gmail.com"
  },
  "license": "MIT"
}
