17 lines
320 B
JSON
Raw Normal View History

{
"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",
2016-10-24 16:12:07 -07:00
"react-native": "^0.35.0",
"react-native-tcp": "../../"
}
}