package.json
{
"name": "webpack-bundle-size-check-plugin",
"version": "0.1.6",
"description": "A webpack plugin for restricting your bundle size",
"main": "index.js",
"keywords": ["webpack", "webpack-plugin", "performance"],
"author": "Harshwardhan Rathore",
"license": "MIT",
"devDependencies": {
"chalk": "^2.3.0"
},
"bugs": {
"url": "https://github.com/HarshwardhanSingh/webpack-bundle-size-check-plugin/issues"
},
"files": ["index.js"],
"repository": {
"type": "git",
"url": "https://github.com/HarshwardhanSingh/webpack-bundle-size-check-plugin.git"
}
}