-
-
Notifications
You must be signed in to change notification settings - Fork 157
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 691 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 691 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
{
"name": "CAMotics",
"description": "A 3-axis GCode simulator.",
"homepage": "https://camotics.org/",
"version": "1.3.0",
"license": "GPL-2.0+",
"author": {
"name": "Joseph Coffland",
"email": "joseph@camotics.org"
},
"bugs": {
"url": "https://github.com/CauldronDevelopmentLLC/CAMotics/issues"
},
"funding": {
"type" : "individual",
"url" : "https://camotics.org/donate"
},
"bin": {
"camotics": "./camotics",
"camsim": "./camsim",
"gcodetool": "./gcodetool",
"planner": "./planner",
"tplang": "./tplang"
},
"repository": {
"type": "git",
"url": "https://github.com/CauldronDevelopmentLLC/CAMotics"
}
}