{
  "name": "ngx-material-timepicker-uwfm",
  "description": "Handy material design timepicker for angular",
  "version": "2.6.1",
  "license": "MIT",
  "author": "Vitalii Boiko <boyko330@gmail.com>",
  "keywords": [
    "angular",
    "angular 2",
    "angular 4",
    "angular 5",
    "angular 6",
    "angular 7",
    "material design",
    "timepicker",
    "material timepicker",
    "ngx timepicker",
    "angular timepicker",
    "ng timepicker"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Agranom/ngx-material-timepicker.git"
  },
  "bugs": {
    "url": "https://github.com/Agranom/ngx-material-timepicker/issues"
  },
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build --prod",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "packagr": "ng-packagr -p ng-package.json",
    "publish": "run-s packagr && npm publish dist",
    "travis-deploy-once": "travis-deploy-once",
    "gh-publish": "ng build --prod --base-href ngx-material-timepicker && gh-pages -d dist"
  },
  "types": ".src/app/material-timepicker/index.d.ts",
  "private": false,
  "peerDependencies": {
    "@angular/animations": ">=6.0.0",
    "@angular/common": ">=6.0.0",
    "@angular/core": ">=6.0.0",
    "@angular/forms": ">=6.0.0",
    "@angular/platform-browser": ">=6.0.0",
    "rxjs": ">=6.0.0"
  },
  "dependencies": {
    "moment": "^2.21.0",
    "tslib": "^1.9.0"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.6.5",
    "@angular/animations": "^6.0.3",
    "@angular/cli": "^6.0.5",
    "@angular/common": "^6.0.3",
    "@angular/compiler": "^6.0.3",
    "@angular/compiler-cli": "^6.0.3",
    "@angular/core": "^6.0.3",
    "@angular/forms": "^6.0.3",
    "@angular/http": "^6.0.3",
    "@angular/language-service": "^6.0.3",
    "@angular/platform-browser": "^6.0.3",
    "@angular/platform-browser-dynamic": "^6.0.3",
    "@angular/router": "^6.0.3",
    "@types/jasmine": "~2.8.3",
    "@types/jasminewd2": "~2.0.2",
    "@types/node": "~6.0.60",
    "codelyzer": "^4.0.1",
    "core-js": "^2.4.1",
    "jasmine-core": "~2.8.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~2.0.0",
    "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": "^2.2.0",
    "ngx-material-timepicker": "^2.2.4",
    "npm-run-all": "^4.1.3",
    "protractor": "~5.1.2",
    "rxjs": "^6.2.0",
    "travis-deploy-once": "^5.0.0",
    "ts-node": "~4.1.0",
    "tslint": "~5.9.1",
    "typescript": "2.7.2",
    "zone.js": "^0.8.19"
  },
  "main": "bundles/ngx-material-timepicker-uwfm.umd.js",
  "module": "esm5/ngx-material-timepicker-uwfm.js",
  "es2015": "esm2015/ngx-material-timepicker-uwfm.js",
  "typings": "ngx-material-timepicker-uwfm.d.ts",
  "metadata": "ngx-material-timepicker-uwfm.metadata.json"
}
