-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 970 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
{
"name": "react-shakaplayer",
"version": "1.0.2",
"main": "./dist/index.js",
"dependencies": {
"shaka-player": "^2.5.5"
},
"peerDependencies": {
"awesomplete": "^1.1.4",
"dialog-polyfill": "^0.5.0",
"google-closure-library": "^20190729.0.0",
"less": "^3.9.0",
"material-design-lite": "^1.3.0",
"mux.js": "^5.1.3",
"popper.js": "^1.15.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "3.0.1",
"tippy.js": "^4.3.5",
"typescript": "^3.5.3"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/anishmprasad/react-shakaplayer.git"
},
"author": "anish.m.prasad",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/anishmprasad/react-shakaplayer/issues"
},
"homepage": "https://github.com/anishmprasad/react-shakaplayer#readme",
"description": "DASH/EME video player library",
"maintainers": [
{
"name": "Anish.M.Prasad",
"email": "[email protected]"
}
]
}