@dhutaryan/ngx-mat-timepicker
Version:
Angular timepicker to add time which is based on material design and Angular material.
50 lines • 1.23 kB
JSON
{
"name": "@dhutaryan/ngx-mat-timepicker",
"description": "Angular timepicker to add time which is based on material design and Angular material.",
"homepage": "https://dhutaryan.github.io/ngx-mat-timepicker/",
"version": "19.1.0",
"license": "MIT",
"author": {
"name": "Dzmitry Hutaryan"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/dhutaryan/ngx-mat-timepicker"
},
"bugs": {
"url": "https://github.com/dhutaryan/ngx-mat-timepicker/issues"
},
"keywords": [
"angular",
"angular material",
"timepicker",
"material timepicker",
"time picker",
"timepicker popup",
"timepicker input"
],
"peerDependencies": {
"@angular/common": ">=19.0.0",
"@angular/core": ">=19.0.0",
"@angular/material": ">=19.0.0"
},
"dependencies": {
"tslib": ">=2.0.0"
},
"exports": {
".": {
"sass": "./_index.scss",
"types": "./index.d.ts",
"default": "./fesm2022/dhutaryan-ngx-mat-timepicker.mjs"
},
"./package.json": {
"default": "./package.json"
}
},
"sideEffects": false,
"module": "fesm2022/dhutaryan-ngx-mat-timepicker.mjs",
"typings": "index.d.ts"
}