forked from melihyarikkaya/react-native-serialport
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "react-native-usb-serialport",
"version": "3.0.0",
"description": "High performance JAVA native gateway passthrough between multi usb serial port and multi socket without JS bridge, or just use multi usb serial port or socket alone",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"android",
"android serialport",
"ch34x",
"gateway",
"multi usb serial port",
"native",
"react-native-tcp-socket",
"react-native-usb-serialport",
"react native usb serialport communication",
"passthrough",
"react-native",
"serial port",
"serial port gateway",
"serialport",
"serialport gateway",
"socket",
"tcp",
"uart",
"uart gateway",
"usb",
"JAVA native gateway",
"JS bridge gateway",
"USB device access pop-up suppression"
],
"author": "Melih YARIKKAYA, Li Zheng, Rapsssito",
"license": "MIT",
"dependencies": {
"buffer": "^5.4.3",
"eventemitter3": "^4.0.7"
},
"repository": {
"type": "git",
"url": "https://github.com/flyskywhy/react-native-usb-serialport.git"
},
"homepage": "https://github.com/flyskywhy/react-native-usb-serialport.git",
"types": "./types/index.d.ts"
}