forked from wonday/react-native-live-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 990 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 990 Bytes
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
{
"name": "@studiolabs/react-native-live-stream",
"version": "1.0.4",
"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/studioLabs/react-native-live-stream.git"
},
"keywords": [
"react-component",
"react-native",
"android",
"ios",
"live",
"stream",
"livestream"
],
"author": "studioLabs (https://github.com/studioLabs)",
"license": "MIT",
"homepage": "https://github.com/studioLabs/react-native-live-stream",
"bugs": {
"url": "https://github.com/studioLabs/react-native-live-stream/issues"
},
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"publishConfig": {
"access": "public"
}
}