.bower.json 869 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "_release": "1.0.3",
  35. "_resolution": {
  36. "type": "version",
  37. "tag": "v1.0.3",
  38. "commit": "95e78d3f36e19066e89b0ed767ca36bd2f0b0cfb"
  39. },
  40. "_source": "git://github.com/desandro/matches-selector.git",
  41. "_target": "~1.0.2",
  42. "_originalSource": "matches-selector"
  43. }