summaryrefslogtreecommitdiffstats
path: root/js/vendor/matches-selector/.bower.json
blob: 2bc7c95094358b529079014672a6699437a312b9 (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
33
34
35
36
37
38
39
40
41
42
{
  "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"
  ],
  "version": "2.0.1",
  "_release": "2.0.1",
  "_resolution": {
    "type": "version",
    "tag": "v2.0.1",
    "commit": "96bc8d60f8e67026fd467a0d55742663ca9b7c30"
  },
  "_source": "git://github.com/desandro/matches-selector.git",
  "_target": "~2.0.0",
  "_originalSource": "matches-selector"
}