We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87bc2de + 3d85fa1 commit 81bccb4Copy full SHA for 81bccb4
bower.json
@@ -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