bower.json 551 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "matches-selector",
  3. "description": "matches/matchesSelector helper",
  4. "main": "matches-selector.js",
  5. "devDependencies": {
  6. "qunit": "1.x"
  7. },
  8. "homepage": "https://github.com/desandro/matches-selector",
  9. "authors": [
  10. "David DeSandro"
  11. ],
  12. "moduleType": [
  13. "amd",
  14. "globals",
  15. "node"
  16. ],
  17. "keywords": [
  18. "DOM",
  19. "matchesSelector",
  20. "matches"
  21. ],
  22. "license": "MIT",
  23. "ignore": [
  24. "**/.*",
  25. "node_modules",
  26. "bower_components",
  27. "test",
  28. "tests",
  29. "tests.*",
  30. "package.json"
  31. ]
  32. }