{
  "name": "react-native-twilio",
  "version": "1.0.0",
  "description": "A React Native wrapper for the Twilio mobile SDK",
  "repository": {
    "type": "git",
    "url": "git@github.com:fabriziomoscon/react-native-twilio.git"
  },
  "main": "index.js",
  "scripts": {
    "postinstall": "unzip ios/libs/TwilioSDK/Libraries/libTwilioClient.a.zip -d ios/libs/TwilioSDK/Libraries/"
  },
  "keywords": [
    "react-component",
    "react-native",
    "twilio",
    "voice",
    "phone",
    "voip",
    "ios",
    "android"
  ],
  "author": "Roger Chapman",
  "license": "MIT"
}
