23 lines
523 B
JSON
23 lines
523 B
JSON
{
|
|
"name": "fluidnc-webcontrol",
|
|
"version": "1.0.0",
|
|
"main": "server/server.js",
|
|
"scripts": {
|
|
"start": "node server/server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.22.1",
|
|
"telnet-stream": "^1.1.0",
|
|
"ws": "^8.19.0"
|
|
},
|
|
"description": "WebPage to show X-Z-Options. The FluidNC is connected to this app.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://thinkcentre.local:3000/ChK/appRobotControlScara.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs"
|
|
}
|