package.json 1002 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "pako",
  3. "description": "zlib port to javascript - fast, modularized, with browser support",
  4. "version": "0.2.9",
  5. "keywords": [
  6. "zlib",
  7. "deflate",
  8. "inflate",
  9. "gzip"
  10. ],
  11. "homepage": "https://github.com/nodeca/pako",
  12. "contributors": [
  13. "Andrei Tuputcyn (https://github.com/andr83)",
  14. "Vitaly Puzrin (https://github.com/puzrin)"
  15. ],
  16. "files": [
  17. "index.js",
  18. "dist/",
  19. "lib/"
  20. ],
  21. "license": "MIT",
  22. "repository": "nodeca/pako",
  23. "devDependencies": {
  24. "mocha": "1.21.5",
  25. "benchmark": "*",
  26. "ansi": "*",
  27. "browserify": "*",
  28. "eslint": "^2.1.0",
  29. "eslint-plugin-nodeca": "~1.0.3",
  30. "uglify-js": "*",
  31. "istanbul": "*",
  32. "ndoc": "*",
  33. "lodash": "*",
  34. "async": "*",
  35. "grunt": "~0.4.4",
  36. "grunt-cli": "~0.1.13",
  37. "grunt-saucelabs": "~8.6.0",
  38. "grunt-contrib-connect": "~0.9.0"
  39. },
  40. "__npminstall_done": true,
  41. "_from": "pako@0.2.9",
  42. "_resolved": "https://registry.npmmirror.com/pako/-/pako-0.2.9.tgz"
  43. }