{ "name": "example-using-inject", "version": "0.14.0", "description": "This is an example how to use webpack-auto-inject-version plugin in webpack", "scripts": { "start": "webpack --config ./webpack.conf.js", "patch": "webpack --config ./webpack.conf.js --env.patch", "minor": "webpack --config ./webpack.conf.js --env.minor", "major": "webpack --config ./webpack.conf.js --env.major" }, "author": "Radoslaw Swiat", "license": "ISC", "devDependencies": { "compression-webpack-plugin": "^1.1.11", "html-loader": "^0.4.5", "html-minify-loader": "^1.1.0", "raw-loader": "^0.5.1", "uglifyjs-webpack-plugin": "^1.2.3", "webpack": "^2.3.3", "webpack-auto-inject-version": "^0.5.10" } }