UNPKG

598 BJSONView Raw
1{
2 "name": "clean-webpack-plugin",
3 "version": "0.1.0",
4 "author": "John Agan <johnagan@github.com>",
5 "description": "A webpack plugin to remove your build folder(s) before building",
6 "homepage": "https://github.com/johnagan/clean-webpack-plugin",
7 "licenses": "MIT",
8 "main": "index.js",
9 "keywords": [
10 "webpack",
11 "plugin",
12 "clean"
13 ],
14 "repository": {
15 "type": "git",
16 "url" : "https://github.com/johnagan/clean-webpack-plugin.git"
17 },
18 "bugs": {
19 "url": "https://github.com/johnagan/clean-webpack-plugin/issues"
20 },
21 "devDependencies": {
22 "rimraf": "~2.3.2"
23 }
24}