{
  "name": "photo-sphere-viewer",
  "version": "3.6.0",
  "authors": [
    {
      "name": "Jérémy Heleine",
      "email": "jeremy.heleine@gmail.com",
      "homepage": "http://jeremyheleine.me"
    },
    {
      "name": "Damien \"Mistic\" Sorel",
      "email": "contact@git.strangeplanet.fr",
      "homepage": "https://www.strangeplanet.fr"
    }
  ],
  "description": "A JavaScript library to display Photo Sphere panoramas",
  "homepage": "https://photo-sphere-viewer.js.org",
  "dependencies": {
    "three": ">= 0.97.0",
    "uevent": "~1.0.0",
    "dot": ">=1.0.3"
  },
  "devDependencies": {
    "autoprefixer": "^9.1.5",
    "foodoc": "^0.0.9",
    "grunt": "^1.0.0",
    "grunt-banner": "^0.6.0",
    "grunt-cli": "^1.3.1",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "^1.0.0",
    "grunt-contrib-connect": "^2.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^3.0.0",
    "grunt-contrib-jshint": "^2.0.0",
    "grunt-contrib-uglify": "^4.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-jscs": "^3.0.1",
    "grunt-jsdoc": "^2.1.0",
    "grunt-mocha-test": "^0.13.2",
    "grunt-open": "^0.2.3",
    "grunt-postcss": "^0.9.0",
    "grunt-sass": "^3.0.0",
    "grunt-sass-lint": "^0.2.2",
    "grunt-wrap": "^0.3.0",
    "jit-grunt": "^0.10.0",
    "mocha": "^5.0.0",
    "node-sass": "^4.9.1",
    "nosleep.js": "^0.9.0",
    "promise-polyfill": "^8.1.0",
    "simple-cli": "^5.0.0",
    "time-grunt": "^2.0.0"
  },
  "keywords": [
    "photosphere",
    "panorama",
    "threejs"
  ],
  "license": "MIT",
  "main": "dist/photo-sphere-viewer.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/mistic100/Photo-Sphere-Viewer.git"
  },
  "scripts": {
    "build": "grunt build",
    "test": "grunt test",
    "start": "grunt serve",
    "doc": "grunt doc"
  }
}
