-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 926 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 926 Bytes
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": "angular-tree-grid",
"version": "7.0.0",
"homepage": "https://github.com/debabratapatra/angular-tree-grid#readme",
"license": "MIT",
"author": {
"name": "Debabrata Patra",
"email": "debabratapatra12@gmail.com",
"url": "https://curiouslinks.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/debabratapatra/angular-tree-grid.git"
},
"bugs": {
"url": "https://github.com/debabratapatra/angular-tree-grid/issues",
"email": "debabratapatra12@gmail.com"
},
"keywords": [
"Angular",
"Tree View",
"Tree",
"Grid",
"Angular Tree view",
"Angular Tree Component",
"Angular Tree grid Directive",
"Angular 4",
"Angular 5",
"Angular 6",
"Angular 7",
"Angular 13",
"Angular 17",
"Opensource",
"Angular Tree Grid",
"Angular Sub-grid",
"Sub-grid",
"Angular nested-grid",
"Nested grid"
]
}