aboutsummaryrefslogtreecommitdiff
path: root/node_modules/express-minify-html/package.json
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 00:03:35 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 00:03:35 +0000
commit8beb37ed67b5f2fa0f9aa85499a8f11b39c9d067 (patch)
treebd4b05a1e374b6cb10097bbcfbc12ef51c1cb85b /node_modules/express-minify-html/package.json
parent5e73fe37c32faf821d3d16f0251007e366cb090b (diff)
need pull
Diffstat (limited to 'node_modules/express-minify-html/package.json')
-rw-r--r--node_modules/express-minify-html/package.json67
1 files changed, 67 insertions, 0 deletions
diff --git a/node_modules/express-minify-html/package.json b/node_modules/express-minify-html/package.json
new file mode 100644
index 0000000..c235cb4
--- /dev/null
+++ b/node_modules/express-minify-html/package.json
@@ -0,0 +1,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"
+}