minify-html/nodejs/package.json

46 lines
990 B
JSON

{
"name": "hyperbuild",
"version": "0.0.20",
"description": "Fast one-pass in-place HTML minifier written in Rust with context-aware whitespace handling",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wilsonzlin/hyperbuild.git"
},
"engines": {
"node": ">=8 <=13"
},
"author": {
"email": "npm@wilsonl.in",
"name": "Wilson Lin",
"url": "https://wilsonl.in/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/wilsonzlin/hyperbuild/issues"
},
"homepage": "https://github.com/wilsonzlin/hyperbuild#readme",
"dependencies": {
"neon-cli": "^0.3.3",
"request": "^2.88.0"
},
"scripts": {
"install": "node install.js",
"prepack": "cp ../README.md .",
"postpack": "rm README.md"
},
"keywords": [
"build",
"builder",
"compress",
"compressor",
"fast",
"html",
"minifier",
"minify",
"preprocess",
"preprocessor",
"rust"
]
}