2015-05-09 17:55:49 -04:00
|
|
|
{
|
|
|
|
"name": "react-native-udp",
|
2015-05-18 10:37:33 -04:00
|
|
|
"version": "0.0.6",
|
2015-05-09 17:55:49 -04:00
|
|
|
"description": "node's dgram API for react-native",
|
2015-05-10 10:26:29 -04:00
|
|
|
"main": "./UdpSockets.ios.js",
|
2015-05-09 17:55:49 -04:00
|
|
|
"scripts": {
|
|
|
|
"start": "exit 1"
|
|
|
|
},
|
2015-05-10 10:26:29 -04:00
|
|
|
"browser": {
|
2015-05-18 11:14:39 -04:00
|
|
|
"dgram": "./UdpSockets.ios.js"
|
2015-05-10 10:26:29 -04:00
|
|
|
},
|
2015-05-09 17:55:49 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-05-16 11:45:11 -04:00
|
|
|
"url": "https://github.com/tradle/react-native-udp"
|
2015-05-09 17:55:49 -04:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-component",
|
|
|
|
"reactnative",
|
|
|
|
"react-native",
|
|
|
|
"dgram",
|
|
|
|
"udp",
|
|
|
|
"sockets",
|
|
|
|
"ios"
|
|
|
|
],
|
2015-05-16 11:45:11 -04:00
|
|
|
"author": {
|
|
|
|
"name": "Mark Vayngrib",
|
|
|
|
"email": "mark.vayngrib@lablz.com"
|
|
|
|
},
|
2015-05-09 17:55:49 -04: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 11:45:11 -04:00
|
|
|
"base64-js": "0.0.8",
|
2015-05-17 16:55:38 -04:00
|
|
|
"events": "^1.0.2",
|
|
|
|
"inherits": "^2.0.1",
|
|
|
|
"util": "^0.10.3"
|
2015-05-18 11:13:52 -04:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"react-native": "^0.4.1"
|
2015-05-09 17:55:49 -04:00
|
|
|
}
|
|
|
|
}
|