forked from reactor-studio/react-native-zoom-sdk
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 705 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 705 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
{
"name": "react-native-zoom-sdk",
"version": "0.19.1",
"description": "Zoom.us SDK bridge for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"Zoom MobileRTC SDK",
"video calls"
],
"repository": {
"type": "git",
"url": "https://github.com/reactor-studio/react-native-zoom-sdk"
},
"author": "Ivan Vukovic <3.14wee@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react-native": "~0.50.0"
},
"dependencies": {
"xcode": "^1.0.0"
},
"rnpm": {
"commands": {
"postlink": "node node_modules/react-native-zoom-sdk/scripts/postlink"
}
}
}