-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 933 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
{
"name": "kaltura-editor-app-embed",
"description": "Simple node app to be used as reference for integrating the Kaltura Editor into hosting web apps",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/kaltura-vpaas/kaltura-editor-app-embed.git"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-autosanitizer": "^1.0.1",
"http-errors": "~1.6.3",
"kaltura-client": "^16.2.0",
"morgan": "~1.9.1",
"pug": "^3.0.0"
},
"keywords": [
"kaltura",
"embed",
"editor",
"video",
"interactive"
],
"author": "Kaltura Inc.",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/kaltura-vpaas/kaltura-editor-app-embed/issues"
},
"homepage": "https://github.com/kaltura-vpaas/kaltura-editor-app-embed"
}