summaryrefslogtreecommitdiffstats
path: root/js/vendor/matches-selector/bower.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 22:35:24 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 22:35:24 +0100
commitbcb9ca95518126131a16fcde894fc8765e7ab010 (patch)
treebc1e0e8a5b99ffbf8cd4165c6872fd4468f547bd /js/vendor/matches-selector/bower.json
parent59daa89e4c82860d6b16b4e4bebab1eb8c302153 (diff)
more explore
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"
+ ]
+}