-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
30 lines (30 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
{
"author": {
"name": "rich111"
},
"bugs": {
"url": "https://github.com/rich1111/react-native-vlcplayer-wrap2/issues"
},
"description": "A `<VLCPlayer>` component for react-native This project refers to [react-native-video] (https://github.com/react-native-community/react-native-video). [react-native-vlcplayer](https://github.com/xiongchuan86/react-native-vlcplayer), [react-native-vlc-player](https://github.com/ghondar/react-native-vlc-player), [react-native-vlc-yz-player](https://github.com/xuyuanzhou/react-native-vlcplayer-wrap)",
"email": "[email protected]",
"homepage": "https://github.com/rich1111/react-native-vlcplayer-wrap2",
"keywords": [
"vlc",
"player",
"android",
"ios",
"react-native",
"mp4"
],
"license": "MIT",
"main": "index.js",
"name": "react-native-vlcplayer-wrap2",
"repository": {
"type": "git",
"url": "git+https://github.com/rich1111/react-native-vlcplayer-wrap2.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.6"
}