2015-05-09 21:55:49 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-udp",
|
2015-05-10 15:04:42 +00:00
|
|
|
"version": "0.0.2",
|
2015-05-09 21:55:49 +00:00
|
|
|
"description": "node's dgram API for react-native",
|
2015-05-10 14:26:29 +00:00
|
|
|
"main": "./UdpSockets.ios.js",
|
2015-05-09 21:55:49 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "exit 1"
|
|
|
|
},
|
2015-05-10 14:26:29 +00:00
|
|
|
"browser": {
|
|
|
|
"dgram": "./dgram.js"
|
|
|
|
},
|
2015-05-09 21:55:49 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/tradle/react-native-udp.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-component",
|
|
|
|
"reactnative",
|
|
|
|
"react-native",
|
|
|
|
"dgram",
|
|
|
|
"udp",
|
|
|
|
"sockets",
|
|
|
|
"ios"
|
|
|
|
],
|
|
|
|
"author": "Mark Vayngrib <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": {
|
|
|
|
"react-native": "^0.4.2"
|
|
|
|
}
|
|
|
|
}
|