forked from joonhocho/react-native-mail-compose
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (31 loc) · 830 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
{
"name": "react-native-mail-compose",
"version": "0.0.6",
"description": "React Native library for composing email. Wraps MFMailComposeViewController for iOS and Intent for Android.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/joonhocho/react-native-mail-compose.git"
},
"keywords": [
"react-native",
"react",
"native",
"mail",
"email",
"compose",
"MFMailComposeViewController",
"ios",
"intent",
"android"
],
"author": "Joon Ho Cho <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/joonhocho/react-native-mail-compose/issues"
},
"homepage": "https://github.com/joonhocho/react-native-mail-compose#readme"
}