UNPKG

ng-mat-daterange-picker

Version:

[![CircleCI](https://circleci.com/gh/ashishgkwd/ngx-mat-daterange-picker.svg?style=shield)](https://circleci.com/gh/ashishgkwd/ngx-mat-daterange-picker) [![Maintainability](https://api.codeclimate.com/v1/badges/2b0d09a866f6d2ed139c/maintainability)](https

69 lines (68 loc) 1.96 kB
{ "name": "ng-mat-daterange-picker", "version": "9.0.1", "homepage": "https://github.com/phanikmr/ng-mat-daterange-picker", "repository": { "type": "git", "url": "https://github.com/phanikmr/ng-mat-daterange-picker.git" }, "license": "MIT", "keywords": [ "angular", "angular9", "ngx", "material", "angular-material", "datepicker", "daterange-picker", "ngx-mat-daterange-picker", "ng-mat-daterange-picker" ], "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build --prod --no-progress", "test": "ng test --watch=false --no-progress --code-coverage", "lint": "ng lint", "e2e": "ng e2e", "packagr": "rimraf dist && ng-packagr -p ng-package.json", "gh-build": "ng build --prod --output-path docs --base-href" }, "private": false, "dependencies": { "@angular/animations": "^9.0.6", "@angular/cdk": "^9.1.2", "@angular/common": "^9.0.6", "@angular/compiler": "^9.0.6", "@angular/core": "^9.0.6", "@angular/forms": "^9.0.6", "@angular/material": "^9.1.2", "@angular/platform-browser": "^9.0.6", "@angular/platform-browser-dynamic": "^9.0.6", "core-js": "^2.4.1", "rxjs": "^6.5.4", "zone.js": "^0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "^0.900.5", "@angular/cli": "^9.0.5", "@angular/compiler-cli": "^9.0.6", "@angular/language-service": "^9.0.6", "@types/jasmine": "~2.8.3", "@types/jasminewd2": "~2.0.2", "@types/node": "~6.0.60", "codelyzer": "^4.0.1", "jasmine-core": "~2.8.0", "jasmine-spec-reporter": "~4.2.1", "karma": "^4.4.1", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "^1.2.1", "karma-jasmine": "~1.1.0", "karma-jasmine-html-reporter": "^0.2.2", "ng-packagr": "^9.0.3", "protractor": "^6.0.0", "ts-node": "~4.1.0", "tslint": "~5.9.1", "typescript": "3.7.5" } }