aboutsummaryrefslogtreecommitdiff
path: root/node_modules/express-minify-html/package.json
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 08:59:55 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 08:59:55 +0000
commit197e17a7bcbb5459897b7f334a790706c064c31c (patch)
treeaf4c3ebb095261dceac8fd00229d01bf1282f3d1 /node_modules/express-minify-html/package.json
parentb0cbe2db0ee3311fc028e7229749726d4cfe6973 (diff)
parent21a885311321299163b4cae69d672baaddfba37b (diff)
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
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"
-}