-
Notifications
You must be signed in to change notification settings - Fork 10
/
bower.json
74 lines (74 loc) · 1.99 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "smarthtmlelements-core",
"authors": [
"jQWidgets Ltd"
],
"description": "Smart HTML Elements is an evolving set of free, open sourced custom HTML elements, built using native Javascript and CSS.",
"license": "Apache-2.0",
"keywords": [
"smart html elements",
"core",
"elements",
"web",
"components",
"webcomponents",
"web-components",
"tooltip",
"table web component",
"table",
"autocomplete",
"typeahead",
"auto complete",
"input web component",
"auto suggest",
"bootstrap table",
"bootstrap tables",
"tooltip web component",
"carousel web component",
"tabs web component",
"angular web component",
"angular tabs",
"angular datepicker",
"angular button",
"angular accordion",
"angular calendar",
"angular tooltip",
"material calendar",
"material tabs",
"material accordion",
"angular carousel",
"card web component",
"material web-components",
"angular 7",
"element-collection",
"tabs",
"calendar custom element",
"datepicker custom element",
"tabs custom element",
"button custom element",
"accordion custom element"
],
"main": "",
"ignore": [
"**/.*",
"**/node_modules",
"**/bower_components",
"**/tests"
],
"dependencies": {
"smart-grid": "HTMLElements/smart-grid",
"smart-accordion": "HTMLElements/smart-accordion",
"smart-button": "HTMLElements/smart-button",
"smart-colors": "HTMLElements/smart-colors",
"smart-carousel": "HTMLElements/smart-carousel",
"smart-card": "HTMLElements/smart-card",
"smart-calendar": "HTMLElements/smart-calendar",
"smart-input": "HTMLElements/smart-input",
"smart-listbox": "HTMLElements/smart-listbox",
"smart-tooltip": "HTMLElements/smart-tooltip",
"smart-table": "HTMLElements/smart-table",
"smart-tabs": "HTMLElements/smart-tabs",
"smart-progressbar": "HTMLElements/smart-progressbar",
"smart-bootstrap": "HTMLElements/smart-bootstrap"
}
}