-
Notifications
You must be signed in to change notification settings - Fork 154
/
package.json
42 lines (42 loc) · 969 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "react-native-twilio-programmable-voice",
"version": "4.4.0",
"description": "React Native wrapper for Twilio Programmable Voice SDK",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"nativePackage": true,
"homepage": "https://github.com/hoxfon/react-native-twilio-programmable-voice",
"keywords": [
"twilio",
"react-native",
"voice",
"programmable",
"android",
"ios",
"react-component",
"push",
"apns",
"gcm",
"fcm"
],
"bugs": {
"url": "https://github.com/hoxfon/react-native-twilio-programmable-voice/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:hoxfon/react-native-twilio-programmable-voice.git"
},
"contributors": [
{
"name": "Fabrizio Moscon"
}
],
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"react-native": ">=0.60.0"
},
"license": "MIT"
}