12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "dom-matches",
- "description": "Check if a DOM element matches a given selector",
- "version": "2.0.0",
- "files": [
- "index.js"
- ],
- "devDependencies": {
- "karma": "~0.12.21",
- "karma-chrome-launcher": "~0.1.4",
- "karma-cli": "~0.0.4",
- "karma-commonjs": "~0.0.11",
- "karma-firefox-launcher": "~0.1.3",
- "karma-jasmine": "~0.1.5",
- "karma-safari-launcher": "~0.1.1"
- },
- "scripts": {
- "start": "karma start",
- "test": "karma start --single-run"
- },
- "author": "Nicolas Gallagher",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/necolas/dom-matches.git"
- },
- "keywords": [
- "browser",
- "dom",
- "element",
- "matches",
- "selector"
- ]
- }
|