mirror of
https://github.com/status-im/react-native-udp.git
synced 2025-01-12 01:54:49 +00:00
16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"name": "rctsockets",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"browser": {
|
|
"dgram": "react-native-udp"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "^0.14.2",
|
|
"react-native-udp": "../../"
|
|
}
|
|
}
|