gulp-minify-inline
Version:
Gulp plugin to uglify inline JS and minify inline CSS
51 lines (50 loc) • 1 kB
JSON
{
"name": "gulp-minify-inline",
"description": "Gulp plugin to uglify inline JS and minify inline CSS",
"version": "1.1.0",
"author": {
"name": "Alexander Kuznetsov",
"email": "alexander@kuznetsov.by",
"url": "http://kuznetsov.by/"
},
"repository": {
"type": "git",
"url": "https://github.com/shkuznetsov/gulp-minify-inline.git"
},
"homepage": "https://github.com/shkuznetsov/gulp-minify-inline",
"keywords": [
"gulpplugin",
"uglify",
"minify",
"inline",
"js",
"javascript",
"script",
"css",
"style"
],
"main": "./index.js",
"dependencies": {
"cheerio": "^0.22.0",
"plugin-error": "^1.0.1",
"terser": "^3.14.1",
"clean-css": "^4.2.1",
"through2": "^3.0.0"
},
"devDependencies": {
"gulp": "~4.0.0",
"chai": "~4.2.0",
"mocha": "~5.2.0"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">= 0.10"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/shkuznetsov/gulp-minify-inline/issues"
}
}