.bower.json 656 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "zepto-touch",
  3. "main": "zepto-touch.js",
  4. "version": "1.1.4",
  5. "description": "Shim repository for Zepto.js data module.",
  6. "keywords": [
  7. "zepto",
  8. "touch"
  9. ],
  10. "license": "MIT",
  11. "ignore": [
  12. "**/.*",
  13. "node_modules",
  14. "bower_components",
  15. "test",
  16. "tests"
  17. ],
  18. "homepage": "https://github.com/mmarcinkowski/zepto-touch",
  19. "_release": "1.1.4",
  20. "_resolution": {
  21. "type": "version",
  22. "tag": "1.1.4",
  23. "commit": "41ef05d0fc17f2803ef6a2aee2ac000850feb69e"
  24. },
  25. "_source": "https://github.com/mmarcinkowski/zepto-touch.git",
  26. "_target": "^1.1.4",
  27. "_originalSource": "zeptotouch",
  28. "_direct": true
  29. }