react-native-tcp/package.json

51 lines
1.0 KiB
JSON

{
"name": "react-native-tcp",
"version": "3.3.0",
"description": "node's net API for react-native",
"main": "TcpSockets.js",
"scripts": {
"start": "exit 1"
},
"browser": {
"net": "./TcpSockets.js"
},
"repository": {
"type": "git",
"url": "https://github.com/PeelTechnologies/react-native-tcp"
},
"keywords": [
"react-component",
"reactnative",
"react-native",
"net",
"tcp",
"sockets",
"ios",
"android"
],
"author": {
"name": "Andy Prock",
"email": "aprock@protonmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/PeelTechnologies/react-native-tcp/issues"
},
"homepage": "https://github.com/PeelTechnologies/react-native-tcp",
"peerDependencies": {
"react-native": ">=0.40.0"
},
"dependencies": {
"base64-js": "0.0.8",
"buffer": "^5.0.0",
"events": "^1.0.2",
"ip-regex": "^1.0.3",
"process": "^0.11.9",
"util": "^0.10.3"
},
"devDependencies": {
"babel-eslint": "^4.1.6",
"eslint-plugin-react": "^3.11.3"
}
}