forked from react-native-webrtc/react-native-callkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 681 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 681 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
{
"name": "react-native-callkit",
"version": "1.3.4",
"description": "iOS 10 CallKit Framework For React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ianlin/react-native-callkit.git"
},
"author": "Ian Yu-Hsun Lin <ianyuhsunlin@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ianlin/react-native-callkit/issues"
},
"homepage": "https://github.com/ianlin/react-native-callkit#readme",
"peerDependencies": {
"react-native": ">=0.19.0"
},
"devDependencies": {
"react-native": ">=0.19.0"
}
}