.bower.json 569 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "jquery.cookie",
  3. "version": "1.4.1",
  4. "main": [
  5. "./jquery.cookie.js"
  6. ],
  7. "dependencies": {
  8. "jquery": ">=1.2"
  9. },
  10. "ignore": [
  11. "test",
  12. ".*",
  13. "*.json",
  14. "*.md",
  15. "*.txt",
  16. "Gruntfile.js"
  17. ],
  18. "homepage": "https://github.com/carhartl/jquery-cookie",
  19. "_release": "1.4.1",
  20. "_resolution": {
  21. "type": "version",
  22. "tag": "v1.4.1",
  23. "commit": "92b7715518f2e6e90f4cfc7a07f9726a614ebe66"
  24. },
  25. "_source": "https://github.com/carhartl/jquery-cookie.git",
  26. "_target": "~1.4.0",
  27. "_originalSource": "jquery.cookie"
  28. }