Files

25 lines
559 B
JSON
Raw Permalink Normal View History

2015-05-10 00:53:07 -04:00
{
"name": "react-native-mail",
2021-08-16 11:26:06 -04:00
"version": "6.1.1",
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",
"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
}