.bower.json 858 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "version": "2.0.2",
  33. "_release": "2.0.2",
  34. "_resolution": {
  35. "type": "version",
  36. "tag": "v2.0.2",
  37. "commit": "1e7d535ee374ff0823f7232ca1fe2b4ac8e56ae9"
  38. },
  39. "_source": "https://github.com/desandro/matches-selector.git",
  40. "_target": "^2.0.0",
  41. "_originalSource": "desandro-matches-selector"
  42. }