{ "name": "brunch-threejs-es6", "description": "Brunch skeleton for beginning a three.js project.", "author": "Jérémie Boulay", "version": "1.2.1", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/Jeremboo/brunch-threejs-es6" }, "scripts": { "start": "brunch watch --server", "build": "rm -r public/ && brunch build --production", "publish": "gh-pages -d public" }, "dependencies": { "dat-gui": "^0.5.0", "three-full": "^11.3.2" }, "devDependencies": { "auto-reload-brunch": "^2.7.1", "babel-brunch": "^6.0.4", "brunch": "^2.8.2", "clean-css-brunch": "^2.0.0", "css-brunch": "^2.6.1", "eslint": "^3.4.0", "eslint-config-airbnb": "^10.0.1", "eslint-plugin-import": "^1.14.0", "eslint-plugin-jsx-a11y": "^2.2.0", "eslint-plugin-react": "^6.2.0", "gh-pages": "^2.0.1", "glslify-brunch": "^1.0.0", "javascript-brunch": "^2.0.0", "jsx-ast-utils": "^1.3.1", "uglify-js-brunch": "^2.0.1" } }