-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 831 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 831 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
28
29
30
31
32
33
34
{
"name": "grid-host",
"version": "0.5.0",
"description": "Kiri:Moto print spooler and gcode translator",
"author": "Stewart Allen <sa@grid.space>",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/stewartoallen/grid-host.git"
},
"keywords": [
"grid.space",
"kiri:moto",
"server",
"3d",
"print",
"gcode",
"x3g"
],
"dependencies": {
"bmp-js": "0.0.3",
"buffer-crc32": "^0.2.13",
"connect": "^3.6.6",
"form-data": "^1.0.1",
"minimist": "*",
"moment": "^2.22.2",
"pngjs": "^3.3.2",
"progress-stream": "^1.2.0",
"serialport": "^8.0.0",
"serve-static": "^1.13.2",
"ws": "^5.2.0"
}
}