{
  "name": "@kaltura-ng/kaltura-client",
  "private": false,
  "version": "7.0.2",
  "description": "Kaltura Typescript client",
  "keywords": [
    "Kaltura"
  ],
  "license": "AGPL-3.0",
  "author": "https://github.com/kaltura-ng/graphs/contributors",
  "contributors": [{
    "name": "Eran Sakal",
    "email": "eran@sakalim.com"
  }, {
    "name": "Amir Chervinsky",
    "email": "amir.chr@gmail.com"
  }],
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/kaltura/KalturaGeneratedAPIClientsTypescript.git"
  },
  "bugs": {
    "url": "https://github.com/kaltura/KalturaGeneratedAPIClientsTypescript/issues"
  },
  "main": "./index.js",
  "dependencies": {},
  "devDependencies": {},
  "engines": {
    "node": ">= 7.0.0",
    "npm": ">= 5.0.0"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json"
    ]
  },
  "peerDependencies": {
    "@angular/core": "^4.3.4",
    "@angular/http": "^4.3.4",
    "@types/node": "^8.0.47",
    "rxjs": "^5.4.3",
    "tslib": "^1.5.0",
    "typescript": "^2.4.2"
  }
}