forked from melihyarikkaya/react-native-serialport
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 827 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
{
"name": "usb-serial-rn",
"version": "1.4.1",
"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": [
"react native usb serialport",
"android serialport",
"react native usb serialport communication"
],
"author": "Chris Feng",
"license": "MIT",
"peerDependencies": {
"react-native": "0.72.7",
"buffer": "^6.0.3",
"eventemitter3": "^5.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/chris-fung/usb-serial-rn.git"
},
"homepage": "https://github.com/chris-fung/usb-serial-rn.git",
"types": "./types/index.d.ts"
}