Skip to content

Commit

Permalink
Merge pull request #17 from alisamar/master
Browse files Browse the repository at this point in the history
Added bower.json
  • Loading branch information
PaulSpr committed Jun 26, 2015
2 parents 87bc2de + 81bccb4 commit 50289f9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "jQuery-Flex-Vertical-Center",
"version": "1.0.0",
"homepage": "https://github.com/PaulSpr/jQuery-Flex-Vertical-Center",
"authors": [
"Paul Sprangers"
],
"description": "easy way to vertically center an element in its parent",
"main": "jquery.flexverticalcenter.js",
"keywords": [
"jquery",
"vertically center"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 50289f9

Please sign in to comment.