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