package.json 598 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "tiny-inflate",
  3. "version": "1.0.3",
  4. "description": "A tiny inflate implementation",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/devongovett/tiny-inflate.git"
  12. },
  13. "keywords": [
  14. "inflate",
  15. "zlib",
  16. "gzip",
  17. "zip"
  18. ],
  19. "author": "Devon Govett <devongovett@gmail.com>",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/devongovett/tiny-inflate/issues"
  23. },
  24. "homepage": "https://github.com/devongovett/tiny-inflate",
  25. "devDependencies": {
  26. "mocha": "^2.1.0"
  27. }
  28. }