bower.json 595 B

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