-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 1003 Bytes
/
package.json
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
35
36
37
38
{
"name": "xy-plotter",
"version": "2.12.0",
"private": true,
"description": "control the makeblock XY plotter v2.0",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cnc",
"plotter",
"raspberry",
"pi",
"makeblock",
"server"
],
"author": "Arnaud Juracek <[email protected]> (http://arnaudjuracek.fr)",
"license": "MIT",
"dependencies": {
"abs-svg-path": "^0.1.1",
"adaptive-bezier-curve": "^1.0.3",
"canvas": "^1.5.0",
"cli-progress": "^1.2.0",
"extract-svg-path": "^2.1.0",
"jsonfile": "^2.4.0",
"kool-shell": "^1.5.0",
"load-svg": "^1.0.0",
"normalize-svg-path": "github:arnaudjuracek/normalize-svg-path",
"opentype.js": "^0.6.5",
"parse-svg-path": "github:arnaudjuracek/parse-svg-path",
"serialport": "^4.0.1",
"simplify-path": "^1.1.0",
"socket.io-client": "^1.5.1",
"svgo": "^0.7.0",
"tiny-emitter": "^2.0.1"
}
}