react-native-udp/examples/rctsockets/package.json

18 lines
347 B
JSON

{
"name": "rctsockets",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"browser": {
"dgram": "react-native-udp"
},
"dependencies": {
"base64-js": "^1.1.2",
"react": "15.2.1",
"react-native": "0.29.2",
"react-native-udp": "../../"
}
}