kaltura-ott-client
Version:
Kaltura OTT NodeJS client library
45 lines (44 loc) • 959 B
JSON
{
"name": "kaltura-ott-client",
"version": "6.5.0-29184",
"description": "Kaltura OTT NodeJS client library",
"main": "KalturaClient.js",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 60000"
},
"engines": {
"node": ">= 6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kaltura/KalturaOttGeneratedAPIClientsNode"
},
"keywords": [
"Kaltura",
"API",
"clientlibs",
"OTT"
],
"author": {
"name": "Kaltura Community",
"email": "community@kaltura.com"
},
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/kaltura/clients-generator/issues"
},
"dependencies": {
"md5": "*",
"url": "*",
"path": "*",
"http": "*",
"https": "*",
"querystring": "*"
},
"devDependencies": {
"shortid": "^2.2.8",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"node-shared-cache": "^1.6.2"
}
}