mirror of
https://github.com/leanote/leanote-ios.git
synced 2026-01-15 07:01:16 +08:00
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"name": "gulp-minify-html",
|
|
"description": "Minify html with minimize.",
|
|
"version": "1.0.4",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/murphydanger/gulp-minify-html.git"
|
|
},
|
|
"author": {
|
|
"name": "Jonathan Pollack",
|
|
"email": "jonathan@gnobel.com",
|
|
"url": "gnobel.com"
|
|
},
|
|
"homepage": "https://github.com/murphydanger/gulp-minify-html",
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"minify",
|
|
"optimize",
|
|
"optimise",
|
|
"compress",
|
|
"html",
|
|
"minimize"
|
|
],
|
|
"main": "./index.js",
|
|
"dependencies": {
|
|
"gulp-util": "^3.0.3",
|
|
"minimize": "^1.5.0",
|
|
"through2": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/mocha/bin/mocha -u tdd -R list --globals opts"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.8.8",
|
|
"chai": "^2.0.0",
|
|
"mocha": "^2.1.0"
|
|
},
|
|
"license": "MIT",
|
|
"gitHead": "ed969a55c335e6760cc6623b2e68fb4c0c37e428",
|
|
"bugs": {
|
|
"url": "https://github.com/murphydanger/gulp-minify-html/issues"
|
|
},
|
|
"_id": "gulp-minify-html@1.0.4",
|
|
"_shasum": "ce7b601e9b2258289df116a32ca98ad9aaf495d3",
|
|
"_from": "gulp-minify-html@>=1.0.0 <2.0.0",
|
|
"_npmVersion": "2.10.1",
|
|
"_nodeVersion": "2.1.0",
|
|
"_npmUser": {
|
|
"name": "murphydanger",
|
|
"email": "jonathan@gnobel.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "ce7b601e9b2258289df116a32ca98ad9aaf495d3",
|
|
"tarball": "http://registry.npmjs.org/gulp-minify-html/-/gulp-minify-html-1.0.4.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "murphydanger",
|
|
"email": "jonathan@gnobel.com"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/gulp-minify-html/-/gulp-minify-html-1.0.4.tgz"
|
|
}
|