forked from Sneezry/serialport.node
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 775 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 775 Bytes
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": "node-usb-native",
"displayName": "serialport and usb-detection native node",
"description": "precompile cross-platform serialport and usb-detection dll libraries and load libraries according to platform",
"version": "0.0.20",
"main": "lib/index.js",
"repository": "https://github.com/VSChina/serialport.node",
"dependencies": {
"glob": "^7.1.6",
"serialport": "^9.0.7",
"usb-detection": "^4.10.0"
},
"author": "vsc-npm",
"devDependencies": {
"async": "^2.1.4",
"azure-storage": "^2.10.3",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"linux-distro": "^4.0.1",
"nan": "^2.14.2",
"node-gyp": "^7.1.2",
"octonode": "^0.10.0",
"shelljs": "^0.8.4",
"simple-git": "^1.65.0",
"yargs": "^16.2.0"
}
}