{
  "name": "marzipano",
  "version": "0.10.2",
  "description": "A 360° media viewer for the modern web",
  "author": "Google Inc.",
  "license": "Apache-2.0",
  "main": "src/index.js",
  "homepage": "http://www.marzipano.net",
  "repository": {
    "type": "git",
    "url": "https://github.com/google/marzipano.git"
  },
  "bugs": {
    "url": "https://github.com/google/marzipano/issues"
  },
  "scripts": {
    "test": "testem ci",
    "livetest": "testem",
    "dev": "scripts/dev",
    "release": "scripts/release",
    "deploy": "scripts/deploy",
    "prepublishOnly": "scripts/prepublish"
  },
  "dependencies": {
    "bowser": "1.9.4",
    "gl-matrix": "3.3.0",
    "hammerjs": "2.0.4",
    "minimal-event-emitter": "1.0.0"
  },
  "devDependencies": {
    "browserify": "^17.0.0",
    "chai": "^4.2.0",
    "jsdoc": "^3.6.6",
    "lr-http-server": "^0.1.5",
    "mocha": "^8.2.1",
    "sinon": "^9.2.2",
    "testem": "^3.2.0",
    "uglify-js": "^3.12.3",
    "watchify": "^3.11.1"
  }
}
