-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
33 lines (33 loc) · 908 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
{
"name": "react-native-live-stream",
"version": "1.0.1",
"summary": "a react-native module for live stream play and publish",
"description": "a react-native module for live stream play and publish, support ios and android platform",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wonday/react-native-live-stream.git"
},
"keywords": [
"react-component",
"react-native",
"android",
"ios",
"live",
"stream",
"livestream"
],
"author": {
"name": "Wonday",
"url": "https://github.com/wonday"
},
"license": "MIT",
"homepage": "https://github.com/wonday/react-native-live-stream",
"bugs": {
"url": "https://github.com/wonday/react-native-live-stream/issues"
},
"dependencies": {
},
"peerDependencies": {
}
}