-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.77 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.77 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"version": "0.0.1",
"urls": [
[
"microplot/pacman.json",
"github:szeka9/microplot/package/pacman.json"
],
[
"microplot/__init__.py",
"github:szeka9/microplot/package/backend/app/__init__.py"
],
[
"LM_microplot.py",
"github:szeka9/microplot/package/backend/app/LM_microplot.py"
],
[
"microplot/gcode.py",
"github:szeka9/microplot/package/backend/app/gcode.py"
],
[
"microplot/http_api.py",
"github:szeka9/microplot/package/backend/app/http_api.py"
],
[
"microplot/machine.py",
"github:szeka9/microplot/package/backend/app/machine.py"
],
[
"microplot/positioning.py",
"github:szeka9/microplot/package/backend/app/positioning.py"
],
[
"microplot/routines.py",
"github:szeka9/microplot/package/backend/app/routines.py"
],
[
"microplot/speed_ctrl.py",
"github:szeka9/microplot/package/backend/app/speed_ctrl.py"
],
[
"microplot/stepper.py",
"github:szeka9/microplot/package/backend/app/stepper.py"
],
[
"microplot/web/dashboard.html",
"github:szeka9/microplot/package/frontend/app/dashboard.html"
],
[
"microplot/web/index.html",
"github:szeka9/microplot/package/frontend/app/index.html"
],
[
"microplot/web/player.html",
"github:szeka9/microplot/package/frontend/app/player.html"
],
[
"microplot/web/sketchpad.html",
"github:szeka9/microplot/package/frontend/app/sketchpad.html"
],
[
"microplot/web/boot.js",
"github:szeka9/microplot/package/frontend/app/scripts/boot.js"
],
[
"microplot/web/dashboard.js",
"github:szeka9/microplot/package/frontend/app/scripts/dashboard.js"
],
[
"microplot/web/player.js",
"github:szeka9/microplot/package/frontend/app/scripts/player.js"
],
[
"microplot/web/sketchpad.js",
"github:szeka9/microplot/package/frontend/app/scripts/sketchpad.js"
],
[
"microplot/web/tiling.js",
"github:szeka9/microplot/package/frontend/app/scripts/tiling.js"
],
[
"microplot/web/utils.js",
"github:szeka9/microplot/package/frontend/app/scripts/utils.js"
],
[
"microplot/web/style.css",
"github:szeka9/microplot/package/frontend/app/sytles/sytle.css"
]
],
"deps": []
}