forked from tradle/react-native-udp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 941 Bytes
/
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
{
"name": "react-native-udp",
"version": "2.6.1",
"description": "node's dgram API for react-native",
"main": "UdpSockets.js",
"scripts": {
"start": "exit 1",
"test": "mocha"
},
"browser": {
"dgram": "./UdpSockets.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tradle/react-native-udp"
},
"keywords": [
"react-component",
"reactnative",
"react-native",
"dgram",
"udp",
"sockets",
"ios",
"android"
],
"author": {
"name": "Mark Vayngrib",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tradle/react-native-udp/issues"
},
"homepage": "https://github.com/tradle/react-native-udp",
"dependencies": {
"base64-js": "0.0.8",
"events": "^1.0.2",
"inherits": "^2.0.1",
"ip-regex": "^1.0.3",
"util": "^0.10.3"
},
"devDependencies": {
"mocha": "^6.0.1"
}
}