{
  "name": "react-native-smtp",
  "title": "React Native Simple Smtp Mail Sender",
  "version": "1.1.2",
  "description": "This module will allow you to send email via SMTP.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shihabmridha/react-native-smtp.git",
    "baseUrl": "https://github.com/shihabmridha/react-native-smtp"
  },
  "keywords": [
    "react-native",
    "smtp",
    "email",
    "smtp-email"
  ],
  "author": {
    "name": "Shihab",
    "email": "shihabmridha@gmail.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "16.9.0",
    "react-native": "0.61.2"
  },
  "devDependencies": {
    "react": "16.9.0",
    "react-native": "0.61.2"
  }
}