mirror of https://gitee.com/antv-l7/antv-l7
37 lines
949 B
JSON
37 lines
949 B
JSON
{
|
|
"name": "clean-webpack-plugin",
|
|
"version": "0.1.19",
|
|
"author": "John Agan <johnagan@gmail.com>",
|
|
"description": "A webpack plugin to remove your build folder(s) before building",
|
|
"homepage": "https://github.com/johnagan/clean-webpack-plugin",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"webpack",
|
|
"plugin",
|
|
"clean",
|
|
"node"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/johnagan/clean-webpack-plugin.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/johnagan/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"
|
|
}
|
|
} |