minify-html/nodejs/package.json

46 lines
990 B
JSON
Raw Normal View History

2019-12-30 02:16:33 -05:00
{
"name": "hyperbuild",
2020-01-19 07:44:25 -05:00
"version": "0.0.25",
2020-01-19 03:19:33 -05:00
"description": "Fast one-pass in-place HTML minifier written in Rust with context-aware whitespace handling",
2019-12-30 02:16:33 -05:00
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wilsonzlin/hyperbuild.git"
},
"engines": {
"node": ">=8 <=13"
},
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",
"dependencies": {
"neon-cli": "^0.3.3",
"request": "^2.88.0"
2019-12-30 02:16:33 -05:00
},
"scripts": {
2020-01-04 21:55:20 -05:00
"install": "node install.js",
2019-12-30 02:48:58 -05:00
"prepack": "cp ../README.md .",
"postpack": "rm README.md"
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
]
}