minify-html/package.json

44 lines
911 B
JSON

{
"name": "hyperbuild",
"version": "0.0.1",
"description": "Streaming HTML preprocessor and minifier for C and Node.js",
"main": "out/hyperbuild.js",
"files": [
"out/hyperbuild",
"out/hyperbuild.js",
"out/hyperbuild.js.mem"
],
"devDependencies": {
"minimist": "^1.2.0",
"uglify-es": "^3.3.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wilsonzlin/hyperbuild.git"
},
"keywords": [
"html",
"c",
"em",
"emscripten",
"fast",
"build",
"builder",
"preprocess",
"preprocessor",
"minify",
"minifier"
],
"author": {
"email": "contact@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": {}
}