summaryrefslogtreecommitdiffstats
path: root/js/vendor/desandro-matches-selector/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/desandro-matches-selector/bower.json')
-rw-r--r--js/vendor/desandro-matches-selector/bower.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/js/vendor/desandro-matches-selector/bower.json b/js/vendor/desandro-matches-selector/bower.json
deleted file mode 100644
index e502c871e..000000000
--- a/js/vendor/desandro-matches-selector/bower.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "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"
- ]
-}