-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
37 lines (37 loc) · 996 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
{
"name": "dev-test",
"version": "0.0.1",
"homepage": "https://github.com/inuitcss/dev-test",
"authors": [
"Harry Roberts <[email protected]>"
],
"license": "N/A",
"private": true,
"dependencies": {
"inuit-defaults": "latest",
"inuit-functions": "latest",
"inuit-mixins": "latest",
"inuit-normalize": "latest",
"inuit-reset": "latest",
"inuit-box-sizing": "latest",
"inuit-shared": "latest",
"inuit-clearfix": "latest",
"inuit-page": "latest",
"inuit-paragraphs": "latest",
"inuit-headings": "latest",
"inuit-lists": "latest",
"inuit-tables": "latest",
"inuit-images": "latest",
"inuit-layout": "latest",
"inuit-media": "latest",
"inuit-flag": "latest",
"inuit-box": "latest",
"inuit-tabs": "latest",
"inuit-widths": "latest",
"inuit-spacing": "latest",
"inuit-bare-list": "latest",
"inuit-ui-list": "latest",
"inuit-block-list": "latest",
"inuit-buttons": "latest"
}
}