17 lines
320 B
JSON
17 lines
320 B
JSON
{
|
|
"name": "RctSockets",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"browser": {
|
|
"net": "react-native-tcp"
|
|
},
|
|
"dependencies": {
|
|
"react": "^15.1.0",
|
|
"react-native": "^0.35.0",
|
|
"react-native-tcp": "../../"
|
|
}
|
|
}
|