-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 804 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
{
"name": "react-native-voip-push-notification",
"version": "3.3.1",
"description": "Ios PushKit for VoIP push notification on react-native",
"main": "index.js",
"typings": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-webrtc/react-native-voip-push-notification.git"
},
"author": "React Native WebRTC Community. Original: Ian Yu-Hsun Lin <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/react-native-webrtc/react-native-voip-push-notification/issues"
},
"homepage": "https://github.com/react-native-webrtc/react-native-voip-push-notification#readme",
"peerDependencies": {
"react-native": ">=0.60.0"
}
}