-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
34 lines (34 loc) · 1.03 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
{
"name": "shaka-player-react-with-ui-config",
"version": "1.0.0",
"description": "Shaka player implementation in ReactJS. This repository contains basic shaka player implementation and also implementation of shaka player in ReactJS with custom UI configuration.",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amit08255/shaka-player-react-with-ui-config.git"
},
"keywords": [
"Shaka",
"player",
"ReactJS"
],
"author": "Amit Kumar",
"license": "MIT",
"bugs": {
"url": "https://github.com/amit08255/shaka-player-react-with-ui-config/issues"
},
"homepage": "https://github.com/amit08255/shaka-player-react-with-ui-config#readme",
"dependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "^3.4.1",
"shaka-player": "^2.5.5"
},
"devDependencies": {}
}