{
  "name": "react-native-web-network",
  "version": "0.0.0-alpha.1",
  "description": "This module provides useful information about the device's network such as its IP address, MAC address, and airplane mode status.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "homepage": "https://docs.expo.io/versions/latest/sdk/network/",
  "author": "Expo <support@expo.io> (https://expo.io)",
  "keywords": [
    "react-native-network",
    "expo-network",
    "code",
    "native",
    "react",
    "react-native",
    "react-native-web",
    "expo",
    "expo-web",
    "official"
  ],
  "license": "ISC",
  "nativePackage": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-network"
  },
  "dependencies": {
    "expo-network": "*"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  }
}