react-native-udp/package.json

44 lines
897 B
JSON

{
"name": "react-native-udp",
"version": "0.0.6",
"description": "node's dgram API for react-native",
"main": "./UdpSockets.ios.js",
"scripts": {
"start": "exit 1"
},
"browser": {
"dgram": "./UdpSockets.ios.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tradle/react-native-udp"
},
"keywords": [
"react-component",
"reactnative",
"react-native",
"dgram",
"udp",
"sockets",
"ios"
],
"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",
"util": "^0.10.3"
},
"peerDependencies": {
"react-native": "^0.4.1"
}
}