{ "name": "React-RCTWebSocket", "version": "0.60.4", "summary": "A library for supporting WebSockets, a protocol which provides full-duplex communication channels over a single TCP connection.", "homepage": "http://facebook.github.io/react-native/", "documentation_url": "https://facebook.github.io/react-native/docs/network#websocket-support", "license": "MIT", "authors": "Facebook, Inc. and its affiliates", "platforms": { "ios": "9.0", "tvos": "9.2" }, "source": { "git": "https://github.com/facebook/react-native.git", "tag": "v0.60.4" }, "source_files": [ "*.{h,m}", "Libraries/fishhook/*.{h,c}" ], "preserve_paths": [ "package.json", "LICENSE", "LICENSE-docs" ], "header_dir": "React", "dependencies": { "React-Core": [ "0.60.4" ], "React-fishhook": [ "0.60.4" ] } }