{
  "name": "three-full",
  "version": "28.0.2",
  "description": "The famous ThreeJs library with integrated examples as es6 modules",
  "main": "builds/Three.cjs.js",
  "module": "builds/Three.es.js",
  "scripts": {
    "help": "gulp help",
    "patch": "gulp patch-three",
    "clean": "gulp clean",
    "lint": "gulp lint",
    "convert": "gulp convert-three",
    "build": "gulp build-three",
    "build-test": "gulp build-test",
    "test": "gulp test",
    "release": "gulp release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Itee/three-full.git"
  },
  "keywords": [
    "threejs",
    "es6",
    "examples",
    "module",
    "3d"
  ],
  "author": "Itee",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Itee/three-full/issues"
  },
  "homepage": "https://github.com/Itee/three-full#readme",
  "dependencies": {},
  "devDependencies": {
    "chai": "^4.2.0",
    "del": "^5.1.0",
    "gulp": "^4.0.2",
    "gulp-batch-replace": "^0.0.0",
    "gulp-eslint": "^6.0.0",
    "gulp-util": "^3.0.8",
    "karma": "^4.4.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^1.3.0",
    "karma-htmlfile-reporter": "^0.3.8",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "mocha": "^7.0.1",
    "rollup": "^1.31.1",
    "rollup-plugin-buble": "^0.19.8",
    "rollup-plugin-terser": "^5.2.0",
    "three": "^0.113.2"
  }
}
