{
  "name": "panolens-three",
  "version": "1.0.14",
  "description": "panolens and threejs module",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "webpack",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "panolens",
    "three",
    "vr"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/wusongliang/panolens-three"
  },
  "author": "wu",
  "license": "ISC",
  "dependencies": {
    "three": "^0.105.2"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/preset-env": "^7.11.5",
    "babel-loader": "^8.1.0",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0"
  }
}
