aboutsummaryrefslogtreecommitdiff
path: root/node_modules/express-minify-html/node_modules/html-minifier/package.json
blob: c2ce36b42f2524161c3e8d86865cb9bcfda51c68 (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
  "name": "html-minifier",
  "description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
  "version": "2.1.6",
  "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": {
    "name": "Juriy \"kangax\" Zaytsev"
  },
  "maintainers": [
    {
      "name": "alexlamsl",
      "email": "alex+npm@starthq.com"
    },
    {
      "name": "kangax",
      "email": "kangax@gmail.com"
    }
  ],
  "contributors": [
    {
      "name": "Gilmore Davidson",
      "url": "https://github.com/gilmoreorless"
    },
    {
      "name": "Hugo Wetterberg",
      "email": "hugo@wetterberg.nu"
    },
    {
      "name": "Zoltan Frombach",
      "email": "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": ">=0.10.0"
  },
  "scripts": {
    "dist": "grunt dist",
    "test": "grunt test"
  },
  "dependencies": {
    "change-case": "3.0.x",
    "clean-css": "3.4.x",
    "commander": "2.9.x",
    "he": "1.1.x",
    "ncname": "1.0.x",
    "relateurl": "0.2.x",
    "uglify-js": "2.6.x"
  },
  "devDependencies": {
    "grunt": "1.0.x",
    "grunt-browserify": "5.0.x",
    "grunt-contrib-uglify": "1.0.x",
    "grunt-eslint": "18.1.x",
    "phantomjs-prebuilt": "2.1.x",
    "qunitjs": "2.x"
  },
  "benchmarkDependencies": {
    "brotli": "1.2.x",
    "chalk": "1.1.x",
    "cli-table": "0.3.x",
    "lzma": "2.3.x",
    "minimize": "2.0.x",
    "progress": "1.1.x"
  },
  "files": [
    "src/*.js",
    "cli.js",
    "sample-cli-config-file.conf"
  ],
  "gitHead": "c3c0e55a381d34e98c67fead9bea81a518b2c487",
  "_id": "html-minifier@2.1.6",
  "_shasum": "6236d794099e2cf97c02e7cb5b456184131b4367",
  "_from": "html-minifier@2.1.6",
  "_npmVersion": "3.9.5",
  "_nodeVersion": "7.0.0-pre8",
  "_npmUser": {
    "name": "alexlamsl",
    "email": "alexlamsl@gmail.com"
  },
  "dist": {
    "shasum": "6236d794099e2cf97c02e7cb5b456184131b4367",
    "tarball": "https://registry.npmjs.org/html-minifier/-/html-minifier-2.1.6.tgz"
  },
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/html-minifier-2.1.6.tgz_1466831924380_0.06976894685067236"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-2.1.6.tgz"
}