37 lines
816 B
JSON
37 lines
816 B
JSON
{
|
|
"name": "dom-closest",
|
|
"description": "For a given DOM element, find the first ancestor that matches a given CSS selector.",
|
|
"version": "0.2.0",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"dom-matches": ">=1.0.1"
|
|
},
|
|
"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-closest.git"
|
|
},
|
|
"keywords": [
|
|
"browser",
|
|
"closest",
|
|
"dom",
|
|
"element"
|
|
]
|
|
}
|