123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "name": "html-minifier",
- "description": "HTML minifier with lint-like capabilities.",
- "version": "0.6.9",
- "keywords": [
- "html",
- "minifier",
- "lint"
- ],
- "homepage": "http://kangax.github.io/html-minifier/",
- "author": "Juriy \"kangax\" Zaytsev",
- "maintainers": [
- "Juriy Zaytsev <kangax@gmail.com> (http://perfectionkills.com)"
- ],
- "contributors": [
- "Gilmore Davidson (https://github.com/gilmoreorless)",
- "Hugo Wetterberg <hugo@wetterberg.nu>",
- "Zoltan Frombach <tssajo@gmail.com>"
- ],
- "license": {
- "type": "MIT",
- "url": "https://github.com/kangax/html-minifier/blob/gh-pages/LICENSE"
- },
- "bin": "./cli.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/kangax/html-minifier"
- },
- "bugs": {
- "url": "https://github.com/kangax/html-minifier/issues"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "directories": {
- "test": "tests"
- },
- "scripts": {
- "test": "grunt test"
- },
- "dependencies": {
- "change-case": "2.1.x",
- "clean-css": "2.2.x",
- "cli": "0.6.x",
- "uglify-js": "2.4.x",
- "relateurl": "0.2.x"
- },
- "devDependencies": {
- "cli-table": "0.3.x",
- "grunt": "0.4.x",
- "grunt-contrib-concat": "0.5.x",
- "grunt-contrib-jshint": "0.10.x",
- "grunt-contrib-qunit": "0.5.x",
- "grunt-contrib-uglify": "0.6.x",
- "grunt-exec": "0.4.x",
- "grunt-jscs": "0.7.x",
- "load-grunt-tasks": "0.6.x",
- "qunit": "0.7.x",
- "time-grunt": "1.0.x"
- },
- "files": [
- "dist",
- "cli.js",
- "sample-cli-config-file.conf",
- "CHANGELOG.md",
- "LICENSE"
- ],
- "main": "./dist/htmlminifier.js"
- }
|