{ "name": "react-native-udp", "version": "1.2.5", "description": "node's dgram API for react-native", "main": "UdpSockets.js", "scripts": { "start": "exit 1" }, "browser": { "dgram": "./UdpSockets.js" }, "repository": { "type": "git", "url": "https://github.com/tradle/react-native-udp" }, "keywords": [ "react-component", "reactnative", "react-native", "dgram", "udp", "sockets", "ios", "android" ], "author": { "name": "Mark Vayngrib", "email": "mark.vayngrib@lablz.com" }, "license": "MIT", "bugs": { "url": "https://github.com/tradle/react-native-udp/issues" }, "homepage": "https://github.com/tradle/react-native-udp", "dependencies": { "base64-js": "0.0.8", "events": "^1.0.2", "inherits": "^2.0.1", "ip-regex": "^1.0.3", "util": "^0.10.3" } }