UNPKG

363 BJSONView Raw
1{
2 "name": "matches-selector",
3 "repo": "component/matches-selector",
4 "description": "Check if an element matches a given selector",
5 "version": "0.1.3",
6 "keywords": [
7 "match",
8 "element",
9 "selector"
10 ],
11 "dependencies": {
12 "component/query": "*"
13 },
14 "development": {
15 "component/domify": "*"
16 },
17 "scripts": [
18 "index.js"
19 ]
20}