@scicad/ferrobot-plugin
Version:
Plugin for the Ferrobot liquid handling system
30 lines (29 loc) • 671 B
JSON
{
"name": "@scicad/ferrobot-plugin",
"version": "1.1.78",
"description": "Plugin for the Ferrobot liquid handling system",
"main": "node ferrobot-server.js",
"author": "Lucas Zeer",
"license": "MIT",
"private": false,
"dependencies": {
"@micropede/client": "^0.0.40",
"@scicad/ui-plugin": "^1.1.76",
"@serialport/parser-delimiter": "^1.0.5",
"backbone": "^1.3.3",
"johnny-five": "^0.15.0",
"lodash": "^4.17.10",
"serialport": "^6.2.0",
"yo-yo": "^1.4.1"
},
"keywords": [
"yac-project",
"scicad"
],
"devDependencies": {
"webpack": "3"
},
"scripts": {
"build": "./node_modules/.bin/webpack"
}
}