You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

20 lines
564 B

{
"name": "neutrino-middleware-clean",
"version": "5.0.0",
"description": "Neutrino middleware for cleaning bundle output directories",
"main": "index.js",
"keywords": [
"neutrino",
"neutrino-middleware",
"clean"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
"dependencies": {
"clean-webpack-plugin": "^0.1.15",
"deepmerge": "^1.3.2"
}
}