forked from react-native-webrtc/react-native-callkeep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 799 Bytes
/
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
{
"name": "react-native-callkeep",
"version": "4.3.6",
"description": "iOS 10 CallKit and Android ConnectionService Framework For React Native",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-webrtc/react-native-callkeep.git"
},
"author": "See AUTHORS file",
"maintainers": ["See AUTHORS file"],
"contributors": ["See AUTHORS file"],
"license": "ISC",
"bugs": {
"url": "https://github.com/react-native-webrtc/react-native-callkeep/issues"
},
"homepage": "https://github.com/react-native-webrtc/react-native-callkeep#readme",
"typings": "./index.d.ts",
"peerDependencies": {
"react-native": ">=0.40.0"
},
"devDependencies": {
"react-native": ">=0.40.0"
},
"dependencies": {}
}