-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "react-native-red5pro-multistream",
"version": "1.1.0",
"description": "React Native Red5 Pro Publisher/Subscriber with Multiple Streams",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infrared5/react-native-red5pro-multistream.git"
},
"keywords": [
"red5pro",
"react-native-component",
"react-component",
"react-native",
"reactnative",
"ios",
"android",
"video",
"audio",
"streaming",
"live-streaming",
"video-streaming",
"audio-streaming"
],
"author": "Red5Pro",
"contributors": [
{
"name": "Todd Anderson",
"email": "todd@infrared5.com"
},
{
"name": "Kyle Kellogg",
"email": "kkellogg@infrared5.com"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/infrared5/react-native-red5pro-multistream/issues"
},
"homepage": "https://github.com/infrared5/react-native-red5pro-multistream#readme",
"devDependencies": {}
}