package.json 591 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "exp-html",
  3. "description": "HTML Minifier Plugin for Expansive",
  4. "version": "0.2.0",
  5. "keywords": [
  6. "expansive-plugin",
  7. "html"
  8. ],
  9. "licenses": "GPL",
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/embedthis/exp-html.git"
  13. },
  14. "devDependencies": {
  15. "expansive": ">=0.7.0",
  16. "pak": ">=0.11.3"
  17. },
  18. "pak": {
  19. "scripts": {
  20. "postcache": {
  21. "script": "npm('install -g', 'html-minifier')"
  22. }
  23. },
  24. "origin": "embedthis/exp-html"
  25. }
  26. }