minify-html/package.json

44 lines
911 B
JSON
Raw Normal View History

2018-06-30 06:37:24 -04:00
{
"name": "hyperbuild",
"version": "0.0.1",
2018-07-05 00:56:07 -04:00
"description": "Streaming HTML preprocessor and minifier for C and Node.js",
"main": "out/hyperbuild.js",
2018-06-30 06:37:24 -04:00
"files": [
2018-07-05 00:56:07 -04:00
"out/hyperbuild",
"out/hyperbuild.js",
"out/hyperbuild.js.mem"
2018-06-30 06:37:24 -04:00
],
"devDependencies": {
"minimist": "^1.2.0",
"uglify-es": "^3.3.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wilsonzlin/hyperbuild.git"
},
"keywords": [
"html",
2018-07-05 00:55:21 -04:00
"c",
"em",
"emscripten",
"fast",
2018-06-30 06:37:24 -04:00
"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": {}
}