{ "name": "dat.gui", "version": "0.6.0", "description": "A lightweight graphical user interface for changing variables in JavaScript.", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "node ./node_modules/eslint/bin/eslint.js src/", "build": "webpack --config ./webpack/webpack.config.js --devtool sourcemap && webpack --config ./webpack/webpack.config.min.js", "dev": "webpack --progress --colors --watch --config webpack/webpack.config.js --devtool sourcemap" }, "repository": { "type": "git", "url": "git+https://github.com/dataarts/dat.gui.git" }, "author": "Data Arts Team, Google Creative Lab", "license": "Apache-2.0", "bugs": { "url": "https://github.com/dataarts/dat.gui/issues" }, "homepage": "https://github.com/dataarts/dat.gui#readme", "devDependencies": { "babel-core": "^5.8.22", "babel-eslint": "^4.0.5", "babel-loader": "^5.3.2", "css-loader": "^0.16.0", "eslint": "^1.1.0", "eslint-config-airbnb": "0.0.7", "eslint-plugin-react": "^3.2.2", "extend": "^3.0.0", "html-loader": "^0.3.0", "node-sass": "^3.2.0", "sass-loader": "^2.0.0", "style-loader": "^0.12.3", "webpack": "^1.11.0" } }