{
  "name": "three-sky",
  "version": "1.1.3",
  "description": "Three.js Sky object from official repository example",
  "main": "./src/Sky.js",
  "scripts": {
    "lint": "eslint src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/loginov-rocks/three-sky.git"
  },
  "keywords": [
    "three",
    "three.js",
    "sky"
  ],
  "author": "Danila Loginov <danila@loginov.rocks> (https://loginov.rocks)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/loginov-rocks/three-sky/issues"
  },
  "homepage": "https://github.com/loginov-rocks/three-sky",
  "devDependencies": {
    "eslint": "^7.17.0",
    "eslint-config-google": "^0.14.0"
  },
  "peerDependencies": {
    "three": ">=0.88"
  }
}
