forked from jonathantneal/flexibility
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 835 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "flexibility",
"description": "Use Flexbox while supporting older Internet Explorers",
"main": "flexibility.js",
"authors": [
"Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)"
],
"license": "MIT",
"keywords": [
"flex",
"display",
"direction",
"wrap",
"flow",
"justify",
"content",
"align",
"items",
"content",
"order",
"grow",
"shrink",
"basis",
"self",
"auto",
"start",
"end",
"center",
"baseline",
"stretch",
"space",
"between",
"around",
"polyfill",
"ie",
"internet",
"explorer",
"layout"
],
"homepage": "https://github.com/jonathantneal/flexibility.git",
"moduleType": [],
"ignore": [
"bower_components",
"lib",
"node_modules",
"tests"
]
}