forked from thecreatiiives/angular-material-datatable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.11 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.11 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
{
"name": "@thecreatiiives/angular-material-datatable",
"description": "Angular material data table with pre-integrated search, sort, pagination server side and also with customized columns width, colors, font and border style...",
"author": {
"email": "ezkeromar@gmail.com",
"name": "Omar EZKER",
"url": "https://www.npmjs.com/~ezkeromar"
},
"repository": {
"type": "git",
"url": "https://github.com/thecreatiiives/angular-material-datatable"
},
"bugs": {
"url": "https://github.com/thecreatiiives/angular-material-datatable/issues",
"email": "contact@thecreatiiives.com"
},
"homepage": "https://datatable-demo.herokuapp.com/",
"version": "0.0.8",
"peerDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14"
},
"whitelistedNonPeerDependencies": {
"@angular/material": "^8.2.3"
},
"dependencies": {},
"license": "MIT",
"keywords": [
"angular data table",
"angular datatable",
"material angular data table",
"material angular datatable",
"material data table",
"material datatable",
"datatable",
"data table"
]
}