bower.json 306 B

123456789101112131415161718
  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. }