Skip to content

Commit

Permalink
add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cobbdb committed Aug 4, 2014
1 parent 5c5173e commit 45446f8
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "polyfill-queryselector",
"version": "0.0.0",
"homepage": "https://github.com/cobbdb/polyfill-queryselector",
"authors": [
"cobbdb <cobbdb@gmail.com>"
],
"description": "Polyfill querySelector and querySelectorAll for IE7 and IE6.",
"main": "querySelector.js",
"moduleType": [
"globals"
],
"keywords": [
"polyfill",
"ie6",
"ie7",
"querySelector",
"querySelectorAll",
"old",
"legacy",
"internetexplorer"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 45446f8

Please sign in to comment.