-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.03 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "angular-gridster3",
"version": "1.0.4",
"license": "ISC",
"sideEffects": false,
"dependencies": {
"tslib": "^2.4.0"
},
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"rxjs": "^7.0.0"
},
"bugs": {
"url": "https://github.com/Vasanthvivi/angular-gridster3/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Vasanthvivi/angular-gridster3.git"
},
"description": "Angular gridster 3",
"keywords": [
"angular",
"angular2",
"typescript",
"dashboard",
"gridster",
"gridster2",
"resize",
"drag&drop",
"widgets"
],
"authors": [
"Vasanth K"
],
"module": "fesm2022/angular-gridster2.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/angular-gridster2.mjs",
"esm": "./esm2022/angular-gridster2.mjs",
"default": "./fesm2022/angular-gridster2.mjs"
}
}
}