-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 KB
/
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": "paella-video-plugins",
"version": "2.0.0",
"exports": {
".": "./src/index.js",
"./*": "./src/*",
"./paella-video-plugins.css": "./dist/paella-video-plugins.css"
},
"description": "More video formats for Paella Player",
"main": "./src/index.js",
"type": "module",
"module": "./src/index.js",
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polimediaupv/paella-video-plugins.git"
},
"keywords": [
"paella",
"player",
"zoom",
"slide",
"presentation",
"blackboard",
"whiteboard",
"hls"
],
"author": "Fernando Serrano Carpena <[email protected]>",
"license": "SEE LICENSE IN license.txt",
"bugs": {
"url": "https://github.com/polimediaupv/paella-video-plugins/issues"
},
"homepage": "https://github.com/polimediaupv/paella-video-plugins#readme",
"devDependencies": {
"vite": "^5.0.8"
},
"dependencies": {
"hls.js": "^1.5.15",
"paella-core": "../paella-core"
}
}