react-native-udp/package.json

39 lines
787 B
JSON
Raw Normal View History

2015-05-09 21:55:49 +00:00
{
"name": "react-native-udp",
2015-05-15 21:52:54 +00:00
"version": "0.0.4",
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"
2015-05-09 21:55:49 +00:00
},
"keywords": [
"react-component",
"reactnative",
"react-native",
"dgram",
"udp",
"sockets",
"ios"
],
"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-09 21:55:49 +00:00
"react-native": "^0.4.2"
}
}