aboutsummaryrefslogtreecommitdiff
path: root/node_modules/html-minifier/package.json
blob: 0bb9c717aaa172a78ad5eb2fb3b92f223b9ccfb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
  "name": "html-minifier",
  "description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
  "version": "3.4.3",
  "keywords": [
    "cli",
    "compress",
    "compressor",
    "css",
    "html",
    "htmlmin",
    "javascript",
    "min",
    "minification",
    "minifier",
    "minify",
    "optimize",
    "optimizer",
    "pack",
    "packer",
    "parse",
    "parser",
    "uglifier",
    "uglify"
  ],
  "homepage": "http://kangax.github.io/html-minifier/",
  "author": "Juriy \"kangax\" Zaytsev",
  "maintainers": [
    "Alex Lam <alexlamsl@gmail.com>",
    "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": "MIT",
  "bin": {
    "html-minifier": "./cli.js"
  },
  "main": "src/htmlminifier.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kangax/html-minifier.git"
  },
  "bugs": {
    "url": "https://github.com/kangax/html-minifier/issues"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "dist": "grunt dist",
    "test": "grunt test"
  },
  "dependencies": {
    "camel-case": "3.0.x",
    "clean-css": "4.0.x",
    "commander": "2.9.x",
    "he": "1.1.x",
    "ncname": "1.0.x",
    "param-case": "2.1.x",
    "relateurl": "0.2.x",
    "uglify-js": "~2.8.22"
  },
  "devDependencies": {
    "grunt": "1.0.x",
    "grunt-browserify": "5.0.x",
    "grunt-contrib-uglify": "2.3.x",
    "gruntify-eslint": "3.1.x",
    "phantomjs-prebuilt": "2.1.x",
    "qunitjs": "2.x",
    "uglify-to-browserify": "1.0.x"
  },
  "benchmarkDependencies": {
    "brotli": "1.3.x",
    "chalk": "1.1.x",
    "cli-table": "0.3.x",
    "lzma": "2.3.x",
    "minimize": "2.1.x",
    "progress": "2.0.x"
  },
  "files": [
    "src/*.js",
    "cli.js",
    "sample-cli-config-file.conf"
  ]
}