{ "name": "@minify-html/js", "version": "0.2.6", "description": "Fast and smart HTML + JS minifier", "main": "index.node", "files": [ "postinstall.js" ], "scripts": { "build": "node-gyp build && mv build/Release/index.node index.node", "postinstall": "node postinstall.js" }, "repository": { "type": "git", "url": "git+https://github.com/wilsonzlin/minify-html.git" }, "author": { "email": "npm@wilsonl.in", "name": "Wilson Lin", "url": "https://wilsonl.in/" }, "license": "MIT", "bugs": { "url": "https://github.com/wilsonzlin/minify-html/issues" }, "engines": { "node": "^8.6.0" }, "homepage": "https://github.com/wilsonzlin/minify-html#readme", "devDependencies": { "node-gyp": "^7.0.0" }, "keywords": [ "build", "builder", "compress", "compressor", "fast", "html", "minifier", "minify", "preprocess", "preprocessor", "rust" ] }