-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
143 lines (143 loc) · 4.63 KB
/
project.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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"project": {
"slug": "myworkshop-humanlab-components",
"featured_images": [
{
"image": {
"url": "images/tools.jpg",
"caption": "Tools"
}
}
],
"about": "Biblioth\u00e8que d'outils du Humanlab pour l'outils de documentation MyWorkshop.\nCe document a \u00e9t\u00e9 g\u00e9n\u00e9r\u00e9 automatiquement pour faciliter la r\u00e9daction de documentation \u00e0 partir des outils disponibles au Humanlab.",
"steps": [
{
"content": "Liste d'outils g\u00e9n\u00e9r\u00e9e automatiquement.",
"duration": 300,
"inputs": [
{
"tool": {
"slug": "Arduino-IDE"
}
},
{
"tool": {
"slug": "Cura"
}
},
{
"tool": {
"slug": "FreeCAD"
}
},
{
"tool": {
"slug": "Inkscape"
}
},
{
"tool": {
"slug": "brodeuse-numerique"
}
},
{
"tool": {
"slug": "ciseaux"
}
},
{
"tool": {
"slug": "colle-cyano"
}
},
{
"tool": {
"slug": "colle-neoprene"
}
},
{
"tool": {
"slug": "cutter"
}
},
{
"tool": {
"slug": "fer-a-souder"
}
},
{
"tool": {
"slug": "imprimante-3d"
}
},
{
"tool": {
"slug": "machine-laser"
}
},
{
"tool": {
"slug": "meuleuse"
}
},
{
"tool": {
"slug": "oscilloscope"
}
},
{
"tool": {
"slug": "perceuse-a-colonne"
}
},
{
"tool": {
"slug": "perceuse-visseuse-sans-fil"
}
},
{
"tool": {
"slug": "pied-a-coulisse"
}
},
{
"tool": {
"slug": "poste-a-souder-a-l-arc"
}
},
{
"tool": {
"slug": "machine-a-coudre"
}
},
{
"tool": {
"slug": "touret-a-meuler"
}
}
],
"title": "Biblioth\u00e8que d'outils du Humanlab"
}
],
"contributors": [
{
"github_username": "jlebunetel",
"twitter_username": "jlebunetel",
"full_name": "Julien Lebunetel",
"role": "Responsable de la documentation"
}
],
"status": "published",
"license": "CC BY",
"full_name": "Biblioth\u00e8que d'outils du Humanlab",
"links": [
{
"url": "https://github.com/myhumankit/myworkshop-humanlab-tools",
"fa5_icon": "fab fa-github",
"text": "code source de la documentation sur GitHub"
}
],
"lang": "fr",
"short_description": "Biblioth\u00e8que d'outils du Humanlab pour l'outils de documentation MyWorkshop."
}
}