Няма описание

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "maxmin",
  3. "version": "0.2.2",
  4. "description": "Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)",
  5. "license": "MIT",
  6. "repository": "sindresorhus/maxmin",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "http://sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "mocha"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "string",
  23. "buffer",
  24. "pretty",
  25. "color",
  26. "gzip",
  27. "minified",
  28. "min",
  29. "max",
  30. "diff",
  31. "difference"
  32. ],
  33. "devDependencies": {
  34. "mocha": "*"
  35. },
  36. "dependencies": {
  37. "chalk": "^0.5.0",
  38. "figures": "^1.0.1",
  39. "gzip-size": "^0.2.0",
  40. "pretty-bytes": "^0.1.0"
  41. }
  42. }