{
  "name": "three-addons",
  "version": "1.2.0",
  "description": "A collection of Three.js addons",
  "main": "./build/three-addons.min.js",
  "scripts": {
    "start": "webpack -w -d",
    "build": "NODE_ENV=production webpack -p",
    "clean": "rm -rf build/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/marcofugaro/three-addons"
  },
  "keywords": [
    "three",
    "three.js",
    "3d",
    "webgl",
    "addons",
    "plugins"
  ],
  "author": "Marco Fugaro <marco.fugaro@gmail.com> (http://marcofugaro.it/)",
  "license": "MIT",
  "dependencies": {
    "three": "^0.92.0"
  },
  "devDependencies": {
    "babel-core": "^6.21.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-export-extensions": "^6.8.0",
    "webpack": "^3.5.5"
  }
}
