-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 1.02 KB
/
package.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
{
"name": "smart-table",
"version": "7.7.4",
"description": "Table Web Component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HTMLElements/smart-table.git"
},
"author": "",
"license": "https://htmlelements.com/license/",
"bugs": {
"url": "https://github.com/HTMLElements/smart-table/issues"
},
"dependencies": {
"@smarthtmlelements/smart-core": "^2.3.0",
"smart-webcomponents": "7.7.1"
},
"homepage": "https://github.com/HTMLElements/smart-table#readme",
"keywords": [
"table",
"element",
"bootstrap",
"angular table",
"react table",
"angular datatable",
"react datatable",
"tables",
"table",
"bootstrap table",
"table web component",
"datatable web component",
"table grid",
"datagrid bootstrap",
"bootstrap grid",
"table custom element",
"html carousel",
"material web components",
"table",
"material table",
"custom elements",
"tables"
]
}