-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (51 loc) · 1.09 KB
/
package.json
File metadata and controls
52 lines (51 loc) · 1.09 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@smarthtmlelements/smart-tabs",
"version": "4.5.0",
"description": "Smart Tabs",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/HTMLElements/smart-tabs.git"
},
"author": "Smart HTML Elements",
"license": "SEE LICENSE IN https://www.htmlelements.com/license/",
"bugs": {
"url": "https://github.com/HTMLElements/smart-tabs"
},
"homepage": "https://github.com/HTMLElements/smart-tabs#readme",
"devDependencies": {
},
"dependencies": {
"@webcomponents/webcomponentsjs": "^1.0.22",
"@smarthtmlelements/smart-core": "^4.5.0"
},
"main": "index.js",
"directories": {},
"keywords": [
"custom",
"element",
"tabs custom element",
"html tabs",
"tabs",
"web components tabs",
"tabs element",
"tabs",
"custom tabs",
"tabs widget",
"tabs ui",
"tabs component",
"tabs control",
"custom elements",
"webcomponents",
"tabs bar custom element",
"tabs",
"tabs element",
"tabs user interface",
"tabs control",
"material tabs",
"tabs web component",
"bootstrap tabs component",
"tabstrip"
]
}