package.json (html-minifier-3.6.0) | : | package.json (html-minifier-4.0.0) | ||
---|---|---|---|---|
{ | { | |||
"name": "html-minifier", | "name": "html-minifier", | |||
"description": "Highly configurable, well-tested, JavaScript-based HTML minifi er.", | "description": "Highly configurable, well-tested, JavaScript-based HTML minifi er.", | |||
"version": "3.6.0", | "version": "4.0.0", | |||
"keywords": [ | "keywords": [ | |||
"cli", | "cli", | |||
"compress", | "compress", | |||
"compressor", | "compressor", | |||
"css", | "css", | |||
"html", | "html", | |||
"htmlmin", | "htmlmin", | |||
"javascript", | "javascript", | |||
"min", | "min", | |||
"minification", | "minification", | |||
skipping to change at line 50 | skipping to change at line 50 | |||
}, | }, | |||
"main": "src/htmlminifier.js", | "main": "src/htmlminifier.js", | |||
"repository": { | "repository": { | |||
"type": "git", | "type": "git", | |||
"url": "git+https://github.com/kangax/html-minifier.git" | "url": "git+https://github.com/kangax/html-minifier.git" | |||
}, | }, | |||
"bugs": { | "bugs": { | |||
"url": "https://github.com/kangax/html-minifier/issues" | "url": "https://github.com/kangax/html-minifier/issues" | |||
}, | }, | |||
"engines": { | "engines": { | |||
"node": ">=4" | "node": ">=6" | |||
}, | }, | |||
"scripts": { | "scripts": { | |||
"dist": "grunt dist", | "dist": "grunt dist", | |||
"test": "grunt test" | "test": "grunt test" | |||
}, | }, | |||
"dependencies": { | "dependencies": { | |||
"camel-case": "3.0.x", | "camel-case": "^3.0.0", | |||
"clean-css": "4.2.x", | "clean-css": "^4.2.1", | |||
"commander": "2.17.x", | "commander": "^2.19.0", | |||
"he": "1.2.x", | "he": "^1.2.0", | |||
"param-case": "2.1.x", | "param-case": "^2.1.1", | |||
"relateurl": "0.2.x", | "relateurl": "^0.2.7", | |||
"uglify-js": "3.4.x" | "uglify-js": "^3.5.1" | |||
}, | }, | |||
"devDependencies": { | "devDependencies": { | |||
"grunt": "1.0.x", | "grunt": "^1.0.4", | |||
"grunt-browserify": "5.3.x", | "grunt-browserify": "^5.3.0", | |||
"grunt-contrib-uglify": "3.4.x", | "grunt-contrib-uglify": "^4.0.1", | |||
"gruntify-eslint": "4.0.x", | "grunt-eslint": "^21.0.0", | |||
"phantomjs-prebuilt": "2.1.x", | "phantomjs-prebuilt": "^2.1.16", | |||
"qunit": "2.x" | "qunit": "^2.9.2" | |||
}, | }, | |||
"benchmarkDependencies": { | "benchmarkDependencies": { | |||
"brotli": "1.3.x", | "brotli": "^1.3.2", | |||
"chalk": "2.4.x", | "chalk": "^2.4.2", | |||
"cli-table": "0.3.x", | "cli-table": "^0.3.1", | |||
"lzma": "2.3.x", | "lzma": "^2.3.2", | |||
"minimize": "2.2.x", | "minimize": "^2.2.0", | |||
"progress": "2.0.x" | "progress": "^2.0.3" | |||
}, | }, | |||
"files": [ | "files": [ | |||
"src/*.js", | "src/*.js", | |||
"cli.js", | "cli.js", | |||
"sample-cli-config-file.conf" | "sample-cli-config-file.conf" | |||
] | ] | |||
} | } | |||
End of changes. 5 change blocks. | ||||
21 lines changed or deleted | 21 lines changed or added |