{
  "name": "angular-wrapper-kendo-ui",
  "version": "0.0.8",
  "description": "A simple library to wrapper Telerik Kendo UI jQuery controls in Angular 6 components.",
  "author": "Bilal Haidar <bhaidar@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/bhaidar/angular-wrapper-kendo-ui-app.git"
  },
  "bugs": {
    "url": "https://github.com/bhaidar/angular-wrapper-kendo-ui-app/issues"
  },
  "homepage": "https://github.com/bhaidar/angular-wrapper-kendo-ui-app",
  "keywords": [
    "angular",
    "angular9",
    "telerik",
    "javacript",
    "typescript",
    "kendoui"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^8.2.14",
    "@angular/core": "^8.2.14",
    "@progress/kendo-ui": "^2020.1.115",
    "jquery": ">= 3.4.1"
  },
  "devDependencies": {
    "@progress/kendo-ui": "^2020.1.115",
    "@types/jquery": "^3.3.6",
    "@types/kendo-ui": "^2020.1.0",
    "@types/node": "~10.14.1",
    "jquery": ">= 3.4.1"
  }
}