gulp-cshtml-minify
Version:
Minify .cshtml files with gulp
25 lines (24 loc) • 559 B
JSON
{
"name": "gulp-cshtml-minify",
"version": "2.0.0",
"description": "Minify .cshtml files with gulp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"minification",
"minify",
"cshtml",
"html"
],
"author": "reZach",
"homepage": "https://github.com/reZach/gulp-cshtml-minify",
"license": "MIT",
"dependencies": {
"clean-css": "^5.3.0",
"readable-stream": "^4.0.0",
"replacestream": "^4.0.3",
"uglify-js": "^3.16.1"
}
}