2015-05-09 21:55:49 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-udp",
|
2016-07-20 22:59:52 +00:00
|
|
|
"version": "1.2.5",
|
2015-05-09 21:55:49 +00:00
|
|
|
"description": "node's dgram API for react-native",
|
2015-09-24 23:10:24 +00:00
|
|
|
"main": "UdpSockets.js",
|
2015-05-09 21:55:49 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "exit 1"
|
|
|
|
},
|
2015-05-10 14:26:29 +00:00
|
|
|
"browser": {
|
2015-09-24 23:10:24 +00:00
|
|
|
"dgram": "./UdpSockets.js"
|
2015-05-10 14:26:29 +00:00
|
|
|
},
|
2015-05-09 21:55:49 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-09-25 22:06:07 +00:00
|
|
|
"url": "https://github.com/tradle/react-native-udp"
|
2015-05-09 21:55:49 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-component",
|
|
|
|
"reactnative",
|
|
|
|
"react-native",
|
|
|
|
"dgram",
|
|
|
|
"udp",
|
|
|
|
"sockets",
|
2015-09-24 23:10:24 +00:00
|
|
|
"ios",
|
|
|
|
"android"
|
2015-05-09 21:55:49 +00:00
|
|
|
],
|
2015-05-16 15:45:11 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Mark Vayngrib",
|
|
|
|
"email": "mark.vayngrib@lablz.com"
|
|
|
|
},
|
2015-05-09 21:55:49 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tradle/react-native-udp/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/tradle/react-native-udp",
|
|
|
|
"dependencies": {
|
2015-05-16 15:45:11 +00:00
|
|
|
"base64-js": "0.0.8",
|
2015-05-17 20:55:38 +00:00
|
|
|
"events": "^1.0.2",
|
|
|
|
"inherits": "^2.0.1",
|
2015-10-12 08:54:37 +00:00
|
|
|
"ip-regex": "^1.0.3",
|
2015-05-17 20:55:38 +00:00
|
|
|
"util": "^0.10.3"
|
2015-05-09 21:55:49 +00:00
|
|
|
}
|
|
|
|
}
|