{
  "name": "@photon-sdk/react-native-tcp",
  "version": "6.3.0",
  "description": "node's net API for react-native",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/photon-sdk/react-native-tcp.git"
  },
  "author": {
    "name": "Hawking"
  },
  "main": "./TcpSockets.js",
  "dependencies": {
    "base64-js": "^1.3.0",
    "buffer": "^5.6.0",
    "events": "^3.0.0",
    "ip-regex": "^3.0.0",
    "process": "^0.11.10",
    "stream-browserify": "^2.0.1",
    "util": "^0.11.1"
  },
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "eslint": "^6.8.0",
    "eslint-plugin-react": "^7.19.0"
  },
  "peerDependencies": {
    "react-native": ">=0.40.0"
  }
}
