ngx-mat-timepicker
Version:
ngx-mat-timepicker is an Angular material 9+ extension to add time pickers!
52 lines • 1.34 kB
JSON
{
"name": "ngx-mat-timepicker",
"version": "20.0.1",
"license": "MIT",
"description": "ngx-mat-timepicker is an Angular material 9+ extension to add time pickers!",
"homepage": "https://tonysamperi.github.io/ngx-mat-timepicker",
"repository": {
"type": "git",
"url": "https://github.com/tonysamperi/ngx-mat-timepicker"
},
"bugs": {
"url": "https://github.com/tonysamperi/ngx-mat-timepicker/issues"
},
"author": {
"name": "Tony Samperi",
"email": "github@tonysamperi.it"
},
"keywords": [
"Angular 9+",
"Material timepicker",
"Timepicker",
"Android timepicker",
"Mobile timepicker",
"Time picker"
],
"dependencies": {
"ts-luxon": "^6.1.0",
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular/animations": "^20.0.0",
"@angular/cdk": "^20.0.0",
"@angular/common": "^20.0.0",
"@angular/compiler": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/forms": "^20.0.0",
"@angular/material": "^20.0.0",
"@angular/platform-browser": "^20.0.0"
},
"module": "fesm2022/ngx-mat-timepicker.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-mat-timepicker.mjs"
}
},
"sideEffects": false
}