-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
53 lines (53 loc) · 1.12 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
46
47
48
49
50
51
52
53
{
"name": "react-native-red5pro",
"version": "10.0.1",
"description": "React Native Red5 Pro Publisher/Subscriber",
"main": "index.js",
"scripts": {
"version": "changes",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infrared5/react-native-red5pro.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": "[email protected]"
},
{
"name": "Kyle Kellogg",
"email": "[email protected]"
}
],
"license": "LICENSE",
"bugs": {
"url": "https://github.com/infrared5/react-native-red5pro/issues"
},
"homepage": "https://github.com/infrared5/react-native-red5pro#readme",
"devDependencies": {
"@studio/changes": "^1.7.0",
"babel-eslint": "^9.0.0",
"eslint": "^5.5.0"
},
"dependencies": {
"upgrade": "^1.1.0"
}
}