{
  "name": "react-native-twilio-voice",
  "version": "3.0.0",
  "description": "React Native wrapper for Twilio Programmable Voice SDK",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {},
  "devDependencies": {
    "prettier": "^1.6.1"
  },
  "homepage": "https://github.com/kodefox/react-native-twilio-voice",
  "keywords": [
    "twilio",
    "react-native",
    "voice",
    "programmable",
    "android",
    "ios",
    "react-component",
    "push",
    "apns",
    "gcm",
    "fcm"
  ],
  "bugs": {
    "url": "https://github.com/kodefox/react-native-twilio-voice/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:kodefox/react-native-twilio-voice.git"
  },
  "rnpm": {
    "android": {
      "packageInstance": "new TwilioVoicePackage()"
    }
  },
  "author": {
    "name": "Fabrizio Moscon"
  },
  "license": "MIT"
}
