react-native-udp/package.json

43 lines
870 B
JSON
Raw Normal View History

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",
"main": "UdpSockets.js",
2015-05-09 21:55:49 +00:00
"scripts": {
"start": "exit 1"
},
2015-05-10 14:26:29 +00:00
"browser": {
"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",
"ios",
"android"
2015-05-09 21:55:49 +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": {
"base64-js": "0.0.8",
2015-05-17 20:55:38 +00:00
"events": "^1.0.2",
"inherits": "^2.0.1",
"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
}
}