ng-business-hours
Version:
Angular component allows you to show and manage business hours
43 lines • 1.22 kB
JSON
{
"name": "ng-business-hours",
"version": "0.1.0",
"keywords": [
"angular",
"ui",
"component",
"angular-material",
"angular-components",
"business-hours",
"opening-hours",
"working-hours"
],
"description": "Angular component allows you to show and manage business hours",
"author": "Alex Kovalenko",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alexsds/ng-business-hours"
},
"bugs": {
"url": "https://github.com/alexsds/ng-business-hours/issues"
},
"homepage": "https://github.com/alexsds/ng-business-hours",
"peerDependencies": {
"@angular/common": ">=11.0.0 <12.0.0",
"@angular/core": ">=11.0.0 <12.0.0",
"@angular/forms": ">=11.0.0 <12.0.0",
"@angular/material": ">=11.0.0 <12.0.0",
"moment": "2.29.x"
},
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/ng-business-hours.umd.js",
"module": "fesm2015/ng-business-hours.js",
"es2015": "fesm2015/ng-business-hours.js",
"esm2015": "esm2015/ng-business-hours.js",
"fesm2015": "fesm2015/ng-business-hours.js",
"typings": "ng-business-hours.d.ts",
"metadata": "ng-business-hours.metadata.json",
"sideEffects": false
}