{
  "name": "react-native-tcp-zol",
  "version": "4.0.1",
  "description": "node's net API for react-native",
  "main": "TcpSockets.js",
  "scripts": {
    "start": "exit 1"
  },
  "browser": {
    "net": "./TcpSockets.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sdsaerle/react-native-tcp"
  },
  "keywords": [
    "react-component",
    "reactnative",
    "react-native",
    "net",
    "tcp",
    "sockets",
    "ios",
    "android"
  ],
  "author": {
    "name": "Spencer Searle",
    "email": "spencer.searle@smartrent.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sdsaerle/react-native-tcp/issues"
  },
  "homepage": "https://github.com/sdsaerle/react-native-tcp",
  "peerDependencies": {
    "react-native": ">=0.60.0"
  },
  "dependencies": {
    "base64-js": "1.3.1",
    "buffer": "^5.4.3",
    "events": "^3.0.0",
    "ip-regex": "^4.1.0",
    "process": "^0.11.9",
    "util": "^0.12.1"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.3",
    "eslint-plugin-react": "^7.17.0"
  }
}
