-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 1.07 KB
/
bower.json
File metadata and controls
34 lines (34 loc) · 1.07 KB
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
{
"name": "theme",
"version": "0.2.72",
"homepage": "https://github.com/tef-components/theme",
"authors": [
"the TEF components team"
],
"description": "TEF components - neutral_theme",
"main": "index.html",
"license": "MIT",
"ignore": [
"bower.json",
".gitignore",
"node_modules"
],
"dependencies": {
"icons": "tef-components/icons#0.1.27",
"buttons": "tef-components/buttons#0.2.25",
"inputs": "tef-components/inputs#0.1.26",
"dropdowns": "tef-components/dropdowns#0.2.17",
"checkboxes": "tef-components/checkboxes#0.2.22",
"radios": "tef-components/radios#0.2.20",
"modals": "tef-components/modals#0.2.27",
"headers": "tef-components/headers#0.2.20",
"utils": "tef-components/utils#0.2.22",
"grid": "tef-components/grid#0.1.17",
"sidebars": "tef-components/sidebars#0.2.22",
"tabs": "tef-components/tabs#0.2.24",
"toolbars": "tef-components/toolbars#0.2.23",
"tables": "tef-components/tables#0.2.23",
"tooltips": "tef-components/tooltips#0.2.22",
"lists": "tef-components/lists#0.2.19"
}
}