{
  "name": "react-native-mail-compose",
  "version": "0.0.9",
  "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 <joonho1101@gmail.com>",
  "contributors":[
    "Willy Martin <lucky.nowarzz@gmail.com> (https://github.com/nowarzz)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/joonhocho/react-native-mail-compose/issues"
  },
  "homepage": "https://github.com/joonhocho/react-native-mail-compose#readme"
}