forked from PeelTechnologies/react-native-tcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"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": "[email protected]"
},
"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",
"stream": "0.0.2",
"stream-browserify": "^2.0.1",
"readable-stream": "^1.0.33"
},
"devDependencies": {
"babel-eslint": "^4.1.6",
"eslint-plugin-react": "^3.11.3"
}
}