Files
react-native-mail/package.json
T
2015-05-18 16:15:40 -04:00

26 lines
548 B
JSON

{
"name": "react-native-mail",
"version": "0.1.1",
"description": "A react-native wrapper for MFMailComposeViewController",
"author": {
"name": "Chirag Jain",
"email": "jain_chirag04@yahoo.com",
"url": "http://chiragjain.tumblr.com"
},
"repository": {
"type": "git",
"url": "git@github.com:chirag04/react-native-mail.git"
},
"keywords": [
"react",
"react-native",
"react-component",
"ios",
"mail",
"MFMailComposeViewController"
],
"dependencies": {
"react-native": "^0.4.4"
}
}