Skip to content

Commit

Permalink
Adding the bower json file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrolfe198 committed Dec 2, 2014
1 parent f28b2ad commit 7d23abd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "input-placeholder-polyfill",
"version": "1.0.0",
"homepage": "https://github.com/christopherrolfe198/input-placeholder-polyfill",
"authors": [
"Christopher Rolfe <[email protected]>"
],
"description": "A simple polyfill for IE8 and 9 that populates the value when empty",
"main": "dist/main.min.js",
"keywords": [
"input",
"placeholder",
"polyfill",
"IE8",
"IE9"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 7d23abd

Please sign in to comment.