UNPKG

1.11 kBJSONView Raw
1{
2 "name": "matches-selector",
3 "version": "1.1.0",
4 "description": "Check if a DOM element matches a given selector, with decent browser support and unit tests.",
5 "keywords": [
6 "browserify",
7 "CSS",
8 "selector"
9 ],
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/ForbesLindesay/matches-selector.git"
13 },
14 "license": "MIT",
15 "scripts": {
16 "test": "run-browser test/index.js"
17 },
18 "devDependencies": {
19 "domify": "~1.1.1",
20 "tape": "~2.3.2",
21 "run-browser": "~2.0.2"
22 },
23 "testling": {
24 "files": "test/index.js",
25 "browsers": [
26 "iexplore/8.0",
27 "iexplore/10.0",
28 "iexplore/9.0",
29 "chrome/30.0",
30 "chrome/31.0",
31 "chrome/canary",
32 "firefox/4.0",
33 "firefox/10.0",
34 "firefox/15.0",
35 "firefox/20.0",
36 "firefox/21.0",
37 "firefox/22.0",
38 "firefox/23.0",
39 "firefox/24.0",
40 "firefox/25.0",
41 "firefox/nightly",
42 "opera/11.0",
43 "opera/17.0",
44 "opera/next",
45 "safari/5.0.5",
46 "safari/5.1",
47 "safari/6.0",
48 "iphone/6.0",
49 "ipad/6.0"
50 ]
51 }
52}
\No newline at end of file