-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 955 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "kaltura-ott-client",
"version": "9.6.0-0",
"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": "[email protected]"
},
"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"
}
}