-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 986 Bytes
/
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
{
"name": "integralui-web-treegrid",
"version": "21.4.0",
"description": "IntegralUI Web - TreeGrid is a native Web Component that displays hierarchical data structures in multiple columns.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lidorsystems/integralui-web-treegrid.git"
},
"keywords": [
"grid",
"treegrid",
"datatable",
"datagrid",
"angular-grid",
"angular-table",
"react-grid",
"react-table",
"javascript-table",
"grouping",
"pagination",
"components",
"integralui",
"ui",
"web",
"web-components",
"javascript",
"angular",
"react",
"vue"
],
"author": "Lidor Systems",
"license": "SEE LICENSE in LICENSE.md",
"homepage": "https://github.com/lidorsystems/integralui-web-treegrid",
"bugs": {
"url": "https://github.com/lidorsystems/integralui-web-treegrid/issues"
}
}