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