minify-html/nodejs/package.json

45 lines
936 B
JSON
Raw Normal View History

2019-12-30 02:16:33 -05:00
{
"name": "hyperbuild",
2020-07-04 02:00:53 -04:00
"version": "0.1.8",
2020-01-19 03:19:33 -05:00
"description": "Fast one-pass in-place HTML minifier written in Rust with context-aware whitespace handling",
"main": "dist/index.js",
"files": [
"dist/**"
],
2019-12-30 02:16:33 -05:00
"repository": {
"type": "git",
"url": "git+https://github.com/wilsonzlin/hyperbuild.git"
},
"engines": {
2020-07-03 09:41:51 -04:00
"node": ">=8 <=14"
},
2019-12-30 02:16:33 -05:00
"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",
"devDependencies": {
"@types/node": "^13.1.8",
"neon-cli": "^0.3.3",
"typescript": "^3.7.5"
2019-12-30 02:16:33 -05:00
},
"keywords": [
"build",
"builder",
2019-12-30 03:20:33 -05:00
"compress",
"compressor",
"fast",
"html",
"minifier",
"minify",
2019-12-30 02:16:33 -05:00
"preprocess",
"preprocessor",
2019-12-30 03:20:33 -05:00
"rust"
2019-12-30 02:16:33 -05:00
]
}