2015-12-04 17:44:16 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-tcp",
|
2016-02-02 23:39:13 +00:00
|
|
|
"version": "1.0.1",
|
2015-12-23 18:56:33 +00:00
|
|
|
"description": "node's net API for react-native",
|
2015-12-04 17:44:16 +00:00
|
|
|
"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@gmail.com"
|
|
|
|
},
|
2016-01-02 19:03:35 +00:00
|
|
|
"license": "MIT",
|
2015-12-04 17:44:16 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/PeelTechnologies/react-native-tcp/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/PeelTechnologies/react-native-tcp",
|
|
|
|
"dependencies": {
|
|
|
|
"base64-js": "0.0.8",
|
|
|
|
"events": "^1.0.2",
|
|
|
|
"inherits": "^2.0.1",
|
2015-12-15 00:16:45 +00:00
|
|
|
"ip-regex": "^1.0.3",
|
2015-12-04 17:44:16 +00:00
|
|
|
"util": "^0.10.3"
|
2015-12-16 23:05:08 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-eslint": "^4.1.6",
|
|
|
|
"eslint-plugin-react": "^3.11.3"
|
2015-12-04 17:44:16 +00:00
|
|
|
}
|
|
|
|
}
|