forked from dmgarland/inuit-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 1.19 KB
/
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
{
"name": "inuit-rails",
"version": "0.2.8",
"homepage": "https://github.com/dmgarland/inuit-rails",
"authors": [
"Dan Garland <[email protected]>"
],
"description": "Inuit CSS framework",
"main": "inuit.scss",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"inuit-starter-kit": "~0.2.8",
"inuit-layout": "~0.3.2",
"inuit-headings": "~0.3.1",
"inuit-buttons": "~0.4.1",
"inuit-box": "~0.4.3",
"inuit-responsive-tools": "~0.1.3",
"inuit-clearfix": "~0.2.1",
"inuit-widths-responsive": "~0.2.2",
"inuit-spacing": "~0.7.0",
"inuit-spacing-responsive": "~0.0.4",
"inuit-responsive-settings": "~0.1.3",
"inuit-widths": "~0.4.2",
"inuit-images": "~0.3.2",
"inuit-list-inline": "~0.3.1",
"inuit-print": "*",
"inuit-media": "~0.4.2",
"inuit-list-ui": "~0.4.1",
"inuit-list-block": "~0.4.2",
"inuit-flag": "~0.3.2",
"inuit-mixins": "~0.2.3",
"inuit-paragraphs": "~0.1.4",
"inuit-list-bare": "~0.3.0",
"inuit-tabs": "~0.2.1",
"inuit-tables": "~0.2.1",
"inuit-lists": "~0.1.0"
},
"resolutions": {
"inuit-spacing": "~0.7.0"
}
}