2015-05-10 00:53:07 -04:00
|
|
|
{
|
|
|
|
|
"name": "react-native-mail",
|
2020-08-25 08:35:11 -04:00
|
|
|
"version": "5.1.0",
|
2015-09-14 14:31:39 -04:00
|
|
|
"description": "A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android",
|
2015-05-10 00:53:07 -04:00
|
|
|
"author": {
|
|
|
|
|
"name": "Chirag Jain",
|
|
|
|
|
"email": "jain_chirag04@yahoo.com",
|
|
|
|
|
"url": "http://chiragjain.tumblr.com"
|
|
|
|
|
},
|
2016-02-22 10:47:23 +01:00
|
|
|
"license": "MIT",
|
2015-05-10 00:53:07 -04:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git@github.com:chirag04/react-native-mail.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"react",
|
|
|
|
|
"react-native",
|
|
|
|
|
"react-component",
|
|
|
|
|
"ios",
|
2015-09-30 16:36:48 -04:00
|
|
|
"android",
|
2015-09-08 15:25:54 -04:00
|
|
|
"email",
|
2015-05-10 00:53:07 -04:00
|
|
|
"MFMailComposeViewController"
|
2015-09-24 15:19:02 -04:00
|
|
|
]
|
2015-05-10 00:53:07 -04:00
|
|
|
}
|