aboutsummaryrefslogtreecommitdiff
path: root/node_modules/express-minify-html/package.json
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-27 06:44:05 +0000
committerHumairAK <humair88@hotmail.com>2016-07-27 06:44:05 +0000
commit6fd4613d0bf1bb78340e46d45b269ddd3c36f190 (patch)
tree91a2a795aa56d96d076acf1b202645d0e68dd47a /node_modules/express-minify-html/package.json
parent6271b9d13139c1e55118e5f26a3a7bf8caeeb11d (diff)
added compression
Diffstat (limited to 'node_modules/express-minify-html/package.json')
-rw-r--r--node_modules/express-minify-html/package.json67
1 files changed, 0 insertions, 67 deletions
diff --git a/node_modules/express-minify-html/package.json b/node_modules/express-minify-html/package.json
deleted file mode 100644
index c235cb4..0000000
--- a/node_modules/express-minify-html/package.json
+++ /dev/null
@@ -1,67 +0,0 @@
-{
- "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"
-}