File tree Expand file tree Collapse file tree 3 files changed +47
-0
lines changed Expand file tree Collapse file tree 3 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "packages" :{
3
+ "cat" :{
4
+ "category" :" animal" ,
5
+ "name_IT" :" gatto" ,
6
+ "name_EN" :" cat" ,
7
+ "version" :" 0.1" ,
8
+ "date" :" 2020-04-08" ,
9
+ "interface" :{
10
+ "base" :{
11
+ "available" :" TRUE" ,
12
+ "icon" :" cat.png"
13
+ },
14
+ "intermediate" :{
15
+ "available" :" FALSE" ,
16
+ "icon" :" cat.png"
17
+ },
18
+ "advanced" :{
19
+ "available" :" MAYBE" ,
20
+ "icon" :" cat.png"
21
+ }
22
+ }
23
+ },
24
+
25
+ "piano" :{
26
+ "category" :" instrument" ,
27
+ "name_IT" :" pianoforte" ,
28
+ "name_EN" :" piano" ,
29
+ "version" :" 0.1" ,
30
+ "date" :" 2020-04-08" ,
31
+ "interface" :{
32
+ "base" :{
33
+ "available" :" TRUE" ,
34
+ "icon" :" piano.png"
35
+ },
36
+ "intermediate" :{
37
+ "available" :" TRUE" ,
38
+ "icon" :" piano.png"
39
+ },
40
+ "advanced" :{
41
+ "available" :" TRUE" ,
42
+ "icon" :" piano.png"
43
+ }
44
+ }
45
+ }
46
+ }
47
+ }
You can’t perform that action at this time.
0 commit comments