-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 713 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 713 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
{
"name": "angular-fix-header-grid",
"version": "2.0.0",
"homepage": "https://debabratapatra.github.io/pages/angular-fix-header-grid/demo",
"license": "MIT",
"author": {
"name": "Debabrata Patra",
"email": "debabratapatra12@gmail.com",
"url": "https://debabratapatra.github.io/"
},
"repository": {
"type": "git",
"url": "https://github.com/debabratapatra/angular-fix-header-grid.git"
},
"bugs": {
"url": "https://github.com/debabratapatra/angular-fix-header-grid/issues",
"email": "debabratapatra12@gmail.com"
},
"keywords": [
"Angular",
"fix header",
"Grid",
"Angular 4",
"Angular 5",
"Angular 6",
"Angular 7",
"Angular 17"
]
}