clean-file-webpack-plugin
Version:
A webpack plugin to remove your build folder(s) before building
38 lines (37 loc) • 964 B
JSON
{
"name": "clean-file-webpack-plugin",
"version": "0.0.1",
"author": "Cary Yang <carynihility@gmail.com>",
"description": "A webpack plugin to remove your build folder(s) before building",
"homepage": "https://github.com/yangyichen/clean-webpack-plugin",
"license": "MIT",
"main": "index.js",
"keywords": [
"webpack",
"plugin",
"clean",
"node"
],
"repository": {
"type": "git",
"url": "https://github.com/yangyichen/clean-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/yangyichen/clean-webpack-plugin/issues"
},
"scripts": {
"test": "mocha --recursive ./test/*_spec.js",
"test:watch": "npm run test -- --watch",
"test-travis": "istanbul cover _mocha -- -R spec ./test/*_spec.js"
},
"dependencies": {
"rimraf": "^2.6.1"
},
"devDependencies": {
"chai": "^4.1.1",
"coveralls": "^2.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.5.0",
"rewire": "^2.5.2"
}
}