1234567891011121314151617181920212223242526 |
- {
- "name": "exp-html",
- "description": "HTML Minifier Plugin for Expansive",
- "version": "0.2.0",
- "keywords": [
- "expansive-plugin",
- "html"
- ],
- "licenses": "GPL",
- "repository": {
- "type": "git",
- "url": "git://github.com/embedthis/exp-html.git"
- },
- "devDependencies": {
- "expansive": ">=0.7.0",
- "pak": ">=0.11.3"
- },
- "pak": {
- "scripts": {
- "postcache": {
- "script": "npm('install -g', 'html-minifier')"
- }
- },
- "origin": "embedthis/exp-html"
- }
- }
|