Aucune description

package.json 956B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "grunt-contrib-htmlmin",
  3. "description": "Minify HTML",
  4. "version": "0.3.0",
  5. "author": {
  6. "name": "Grunt Team",
  7. "url": "http://gruntjs.com/"
  8. },
  9. "repository": "gruntjs/grunt-contrib-htmlmin",
  10. "licenses": [
  11. {
  12. "type": "MIT",
  13. "url": "https://github.com/gruntjs/grunt-contrib-htmlmin/blob/master/LICENSE-MIT"
  14. }
  15. ],
  16. "engines": {
  17. "node": ">= 0.10.0"
  18. },
  19. "scripts": {
  20. "test": "grunt test"
  21. },
  22. "dependencies": {
  23. "chalk": "~0.4.0",
  24. "html-minifier": "~0.6.0",
  25. "pretty-bytes": "~0.1.0"
  26. },
  27. "devDependencies": {
  28. "grunt": "~0.4.2",
  29. "grunt-contrib-clean": "~0.5.0",
  30. "grunt-contrib-internal": "~0.4.4",
  31. "grunt-contrib-jshint": "~0.10.0",
  32. "grunt-contrib-nodeunit": "~0.3.0"
  33. },
  34. "peerDependencies": {
  35. "grunt": "~0.4.0"
  36. },
  37. "keywords": [
  38. "gruntplugin",
  39. "html",
  40. "min",
  41. "minify",
  42. "compress"
  43. ],
  44. "files": [
  45. "tasks",
  46. "LICENSE-MIT"
  47. ]
  48. }