-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 1010 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
{
"name": "theme_telefonica",
"version": "0.2.51",
"homepage": "https://github.com/tef-components/theme_telefonica",
"authors": [
"the TEF components team"
],
"description": "TEF components - theme_telefonica",
"main": "index.html",
"license": "MIT",
"ignore": [
"bower.json",
".gitignore",
"node_modules"
],
"dependencies": {
"icons": "tef-components/icons",
"buttons": "tef-components/buttons",
"inputs": "tef-components/inputs",
"dropdowns": "tef-components/dropdowns",
"checkboxes": "tef-components/checkboxes",
"radios": "tef-components/radios",
"modals": "tef-components/modals",
"headers": "tef-components/headers",
"utils": "tef-components/utils",
"grid": "tef-components/grid",
"sidebars": "tef-components/sidebars",
"tabs": "tef-components/tabs",
"toolbars": "tef-components/toolbars",
"tables": "tef-components/tables",
"tooltips": "tef-components/tooltips",
"lists": "tef-components/lists"
}
}