makestatic-clean-output
Version:
Removes the output directory
37 lines (36 loc) • 711 B
JSON
{
"name": "makestatic-clean-output",
"version": "1.0.18",
"description": "Removes the output directory",
"author": "muji <noop@xpm.io>",
"license": "MIT",
"homepage": "https://makestatic.ws",
"engines": {
"node": " >= 6.1.x"
},
"repository": {
"type": "git",
"url": "https://github.com/makestatic/compiler"
},
"keywords": [
"makestatic",
"makestatic-plugin",
"clean",
"output"
],
"files": [
"README.md",
"index.js"
],
"dependencies": {
"rimraf": "^2.5.4",
"when": "^3.7.7"
},
"devDependencies": {
"chai": "~3.5.0",
"istanbul": "~0.4.4",
"makestatic-core": "^1.0.82",
"mocha": "~3.2.0",
"standard": "^8.6.0"
}
}