-
Notifications
You must be signed in to change notification settings - Fork 106
/
Copy pathpackage.json
35 lines (35 loc) · 958 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
{
"name": "react-native-communications",
"version": "0.0.4",
"description": "Easily call, email, text or iMessage someone in React Native",
"main": "AKCommunications.js",
"repository": {
"type": "git",
"url": "https://github.com/anarchicknight/react-native-communications.git"
},
"keywords": [
"react",
"native",
"react-native",
"email",
"phone",
"text",
"sms",
"iMessage",
"communications",
"ios",
"react-component"
],
"peerDependencies": {
"react-native": "^0.8.0"
},
"author": "Anarchic Knight <[email protected]> (http://www.anarchicknight.co.uk)",
"license": {
"type": "MIT",
"url": "https://github.com/anarchicknight/react-native-communications/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/anarchicknight/react-native-communications/issues"
},
"homepage": "https://github.com/anarchicknight/react-native-communications#readme"
}