| { | |
| "name": "html-template-minifier-webpack", | |
| "version": "1.1.0", | |
| "description": "Minifies HTML templates that are in JS files, e.g. with lit-html.", | |
| "main": "loader.js", | |
| "license": "Apache-2.0", | |
| "homepage": "https://github.com/google/skia-buildbot/tree/master/html-template-minifier", | |
| "dependencies": { | |
| "uglify-es": "^3.3.9" | |
| }, | |
| "devDependencies": { | |
| "jasmine-node": "^2.0.0" | |
| } | |
| } |