cookie.jquery.json 834 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "cookie",
  3. "version": "1.3.1",
  4. "title": "jQuery Cookie",
  5. "description": "A simple, lightweight jQuery plugin for reading, writing and deleting cookies.",
  6. "author": {
  7. "name": "Klaus Hartl",
  8. "url": "https://github.com/carhartl"
  9. },
  10. "maintainers": [
  11. {
  12. "name": "Klaus Hartl",
  13. "url": "https://github.com/carhartl"
  14. },
  15. {
  16. "name": "Fagner Martins",
  17. "url": "https://github.com/FagnerMartinsBrack"
  18. }
  19. ],
  20. "licenses": [
  21. {
  22. "type": "MIT",
  23. "url": "https://raw.github.com/carhartl/jquery-cookie/master/MIT-LICENSE.txt"
  24. }
  25. ],
  26. "dependencies": {
  27. "jquery": ">=1.0"
  28. },
  29. "bugs": "https://github.com/carhartl/jquery-cookie/issues",
  30. "homepage": "https://github.com/carhartl/jquery-cookie",
  31. "docs": "https://github.com/carhartl/jquery-cookie#readme"
  32. }