-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "react-native-zoom-bridge",
"version": "1.0.18",
"description": "React-native bridge for ZoomUs video conference calls SDK",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chaimPaneth/react-native-zoom-bridge.git"
},
"keywords": [
"react-native",
"Zoom SDK",
"MobileRTC",
"zoom.us",
"video calls",
"conference calls",
"chat online"
],
"author": "chaimPaneth <[email protected]> (chaimpaneth.com)",
"license": "MIT",
"peerDependencies": {
"react": "~15.4.0-rc.4",
"react-native": ">0.41.2"
},
"dependencies": {
"xcode": "^1.0.0"
},
"bugs": {
"url": "https://github.com/chaimPaneth/react-native-zoom-bridge/issues"
},
"homepage": "https://github.com/chaimPaneth/react-native-zoom-bridge#readme",
"rnpm": {
"commands": {
"postlink": "node node_modules/react-native-zoom-bridge/scripts/postlink"
}
}
}