@logscl/ng2-date-picker
Version:
https://github.com/vlio20/angular-datepicker
42 lines • 884 B
JSON
{
"name": "@logscl/ng2-date-picker",
"version": "20.0.0",
"author": "Vlad Ioffe",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vlio20/angular-datepicker.git"
},
"keywords": [
"angular2",
"date",
"datepicker",
"date-picker",
"ng2-datepicker",
"ng-datepicker",
"angular",
"picker",
"angular-datepicker"
],
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/cdk": "^20.0.0",
"dayjs": "^1.11.13"
},
"dependencies": {
"tslib": "^2.4.0"
},
"module": "fesm2022/logscl-ng2-date-picker.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/logscl-ng2-date-picker.mjs"
}
},
"sideEffects": false
}