bower.json 174 B

123456789101112
  1. {
  2. "name": "fastclick",
  3. "main": "lib/fastclick.js",
  4. "ignore": [
  5. "**/.*",
  6. "component.json",
  7. "package.json",
  8. "Makefile",
  9. "tests",
  10. "examples"
  11. ]
  12. }