{
  "name": "react-native-ios-wifi",
  "title": "Connecting WiFi automatically with react native 0.60",
  "version": "1.0.11",
  "description": "Experimental implementation of automatically connecting to protected WiFi from a react native app. This version supports pod install and is compatible with react-native 0.60 and above",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shweta-Porwal/react-native-ios-wifi.git",
    "baseUrl": "https://github.com/Shweta-Porwal/react-native-ios-wifi"
  },
  "keywords": [
    "react-native",
    "ios",
    "wifi",
    "ssid",
    "xcode",
    "connect",
    "react",
    "network",
    "connection",
    "component"
  ],
  "author": {
    "name": "Shweta",
    "email": "onesaiapps@gmail.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "^16.8.1",
    "react-native": "0.60.5"
  },
  "devDependencies": {
    "react": "16.8.6",
    "react-native": "0.60.5"
  }
}
