bower.json 537 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "Zepto-Cookie",
  3. "version": "1.1.0",
  4. "homepage": "https://github.com/dcompute/Zepto-Cookie",
  5. "authors": [
  6. "Daniel Lacy <dan@daniellacy.com>"
  7. ],
  8. "description": "A simple plugin to read, set, and delete cookies. This plugin extends Zepto.js with a $.cookie method.",
  9. "main": "zepto.cookie.js",
  10. "keywords": [
  11. "Zepto",
  12. "Cookies"
  13. ],
  14. "license": "MIT",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ],
  22. "dependencies": {
  23. "zeptojs": "~1.1.2"
  24. }
  25. }