UNPKG

@modularbp/gulp-build

Version:

Minify CSS, JS and HTML files with [cssnano], [Terser] and [HTMLMinifier]

20 lines (19 loc) 574 B
{ "name": "@modularbp/gulp-build", "version": "1.1.0", "main": "src/build.js", "repository": "https://github.com/modularbp/modular-gulp/tree/master/modules/gulp-build", "author": "Antoine Boulanger <hello@antoineboulanger.com>", "license": "MIT", "bugs": { "url": "https://github.com/modularbp/modular-gulp/issues" }, "homepage": "https://github.com/modularbp/modular-gulp/tree/master/modules/gulp-build#readme", "dependencies": { "cssnano": "*", "gulp": "*", "gulp-htmlmin": "*", "gulp-postcss": "*", "gulp-terser-js": "*" } }