-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 800 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
{
"name": "angular-pivot-table",
"version": "1.0.3",
"peerDependencies": {
"@angular/common": "^10.0.14",
"@angular/core": "^10.0.14"
},
"dependencies": {
"tslib": "^2.0.0"
},
"homepage": "https://curiouslinks.com//pages/angular-pivot-table/demo",
"license" : "MIT",
"author": {
"name" : "Debabrata Patra",
"email" : "debabratapatra12@gmail.com",
"url" : "https://curiouslinks.com//"
},
"repository": {
"type" : "git",
"url" : "https://github.com/debabratapatra/angular-pivot-table.git"
},
"bugs": {
"url" : "https://github.com/debabratapatra/angular-pivot-table/issues",
"email" : "debabratapatra12@gmail.com"
},
"keywords": ["Angular", "Pivot Table", "Angular Pivot Table", "Angular 4", "Angular 5", "Angular 6", "Angular 10"]
}