forked from yangaqi/react-native-message-composer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 936 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
{
"name": "react-native-message-composer",
"version": "0.1.0",
"description": "React Native module bridge to iOS MFMessageComposeViewController",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/anarchicknight/react-native-message-composer.git"
},
"keywords": [
"react",
"native",
"react-native",
"bridge",
"text",
"sms",
"mms",
"iMessage",
"attachments",
"MFMessageComposeViewController",
"ios",
"react-component"
],
"author": "Anarchic Knight <[email protected]> (http://www.anarchicknight.co.uk)",
"license": {
"type": "MIT",
"url": "https://github.com/anarchicknight/react-native-message-composer/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/anarchicknight/react-native-message-composer/issues"
},
"homepage": "https://github.com/anarchicknight/react-native-message-composer#readme"
}