weblab-instrument
Version:
communication with instrument through usb
21 lines (20 loc) • 469 B
JSON
{
"name": "Instrument-Com-Test",
"version": "0.1.0",
"description": "Help to test instrument-com module",
"main": "server.js",
"dependencies": {
"async": "^1.3.0",
"debug": "^2.2.0",
"es6-promise": "~0.1.1",
"body-parser": "^1.14.0",
"express": "^4.11.1",
"flux": "^2.0.1",
"multer": "^0.1.7",
"shortid": "^2.0.1",
"serialport": "^1.7.4",
"weblab-usb-detection": "^0.1.0"
},
"author": "Fanin",
"license": "MIT"
}