{ "name": "react-webpack-cookbook", "version": "0.0.0", "description": "React Webpack cookbook", "main": "./index.js", "devDependencies": { "gitbook": "^3.2.2", "gitbook-cli": "^2.3.0", "gitbook-plugin-search-pro": "^2.0.2", "gitbook-plugin-fontsettings": "^2.0.0", "pre-commit": "^1.2.2" }, "pre-commit": { "run": ["build", "commit"], "silent": true }, "repository": { "type": "git", "url": "https://github.com/christianalfoni/react-webpack-cookbook.git" }, "keywords": [ "react", "webpack" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/christianalfoni/react-webpack-cookbook/issues" }, "homepage": "https://github.com/christianalfoni/react-webpack-cookbook" }