Icard/angular-clarity-master(work.../node_modules/angular-gridster2/package.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2024-07-16 14:55:36 +00:00
{
"name": "angular-gridster2",
"version": "16.0.0",
"license": "MIT",
"sideEffects": false,
"dependencies": {
"tslib": "^2.4.0"
},
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"rxjs": "^7.0.0"
},
"homepage": "https://tiberiuzuld.github.io/angular-gridster2",
"bugs": {
"url": "https://github.com/tiberiuzuld/angular-gridster2/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tiberiuzuld/angular-gridster2.git"
},
"description": "Angular gridster 2",
"keywords": [
"angular",
"angular2",
"typescript",
"dashboard",
"gridster",
"gridster2",
"resize",
"drag&drop",
"widgets"
],
"authors": [
"Tiberiu Zuld"
],
"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"
}
}
}