aboutsummaryrefslogtreecommitdiff
path: root/node_modules/express-minify-html/package.json
blob: c235cb48f909354ec2cf1e090d62d2c9a1cc1103 (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
{
  "name": "express-minify-html",
  "version": "0.5.0",
  "description": "Express middleware around HTML minifier",
  "main": "minifier.js",
  "scripts": {
    "test": "node tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/melonmanchan/express-minify-html.git"
  },
  "keywords": [
    "express",
    "html",
    "minifier",
    "middleware",
    "minify"
  ],
  "author": {
    "name": "Matti Jokitulppo",
    "email": "melonmanchan@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/melonmanchan/express-minify-html/issues"
  },
  "homepage": "https://github.com/melonmanchan/express-minify-html#readme",
  "dependencies": {
    "html-minifier": "2.1.6"
  },
  "devDependencies": {
    "ejs": "^2.4.1",
    "express": "^4.13.4",
    "express-handlebars": "^3.0.0",
    "pug": "^0.1.0",
    "supertest": "^1.2.0",
    "tape": "^4.5.1",
    "nunjucks": "2.4.1"
  },
  "gitHead": "a3d45394804a97b5a0ecb4667b83c709b5f90a86",
  "_id": "express-minify-html@0.5.0",
  "_shasum": "9b79cb310d20acb754bce9543c1936ed804353f8",
  "_from": "express-minify-html@latest",
  "_npmVersion": "3.3.12",
  "_nodeVersion": "5.1.1",
  "_npmUser": {
    "name": "melonmanchan",
    "email": "matti.jokitulppo@gmail.com"
  },
  "dist": {
    "shasum": "9b79cb310d20acb754bce9543c1936ed804353f8",
    "tarball": "https://registry.npmjs.org/express-minify-html/-/express-minify-html-0.5.0.tgz"
  },
  "maintainers": [
    {
      "name": "melonmanchan",
      "email": "matti.jokitulppo@gmail.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/express-minify-html-0.5.0.tgz_1468947277372_0.2645362438634038"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/express-minify-html/-/express-minify-html-0.5.0.tgz"
}