-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 758 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 758 Bytes
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
{
"name": "learning-grids",
"version": "0.1.0",
"description": "Examples of Grids in vanilla CSS3, Less, Sass, Rework, PostCSS, and CSSGrid",
"authors": [
"Priyatam Mudivarti <priyatam@gmail.com>"
],
"keywords": [
"responsive",
"grid",
"layout",
"typography",
"less",
"sass",
"rework",
"postcss"
],
"license": "MIT",
"ignore": [
"**/.*",
"docs",
"test",
"*.json"
],
"dependencies": {
"normalize.css": "~3.0.2",
"bootstrap": "~3.3.4",
"breakpoint-sass": "~2.7.1",
"font-awesome": "~4.3.0",
"jquery": "~1.11.1",
"skel": "~3.0.1",
"susy": "~3.0.3",
"flexboxgrid": "~6.3.2",
"gridism": "~0.2.2",
"typographic": "~2.9.3",
"lost": "~8.2.0"
}
}