.bower.json 804 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "Zepto-Cookie",
  3. "homepage": "https://github.com/dcompute/Zepto-Cookie",
  4. "authors": [
  5. "Daniel Lacy <dan@daniellacy.com>"
  6. ],
  7. "description": "A simple plugin to read, set, and delete cookies. This plugin extends Zepto.js with a $.cookie method.",
  8. "main": "zepto.cookie.js",
  9. "keywords": [
  10. "Zepto",
  11. "Cookies"
  12. ],
  13. "license": "MIT",
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "bower_components",
  18. "test",
  19. "tests"
  20. ],
  21. "dependencies": {
  22. "zeptojs": "~1.1.2"
  23. },
  24. "_release": "fcca8ac61b",
  25. "_resolution": {
  26. "type": "branch",
  27. "branch": "master",
  28. "commit": "fcca8ac61b8d32819374c9d23b577ec136f9becf"
  29. },
  30. "_source": "https://github.com/dcompute/Zepto-Cookie.git",
  31. "_target": "*",
  32. "_originalSource": "zepto-cookie",
  33. "_direct": true
  34. }