Skip to content

Commit 81bccb4

Browse files
committed
Merge branch 'release/1.0.0'
2 parents 87bc2de + 3d85fa1 commit 81bccb4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "jQuery-Flex-Vertical-Center",
3+
"version": "1.0.0",
4+
"homepage": "https://github.com/PaulSpr/jQuery-Flex-Vertical-Center",
5+
"authors": [
6+
"Paul Sprangers"
7+
],
8+
"description": "easy way to vertically center an element in its parent",
9+
"main": "jquery.flexverticalcenter.js",
10+
"keywords": [
11+
"jquery",
12+
"vertically center"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"test",
20+
"tests"
21+
]
22+
}

0 commit comments

Comments
 (0)