forked from moodlehq/moodlemobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.json
131 lines (131 loc) · 2.56 KB
/
about.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
{
"name": "Moodle Mobile",
"license": {
"name": "Apache 2.0",
"link": "http://www.apache.org/licenses/LICENSE-2.0"
},
"credits": [
{
"fullname": "Juan Leyva",
"contribution": "Main developer",
"company": "CV&A Consulting"
},
{
"fullname": "Josep Maria Gifreu",
"contribution": "Icons and css fixes",
"company": "CV&A Consulting"
},
{
"fullname": "Martin Dougiamas",
"contribution": "Strategic direction",
"company": "Moodle Pty Ltd."
},
{
"fullname": "Jerome Mouneryac",
"contribution": "Developer and Moodle HQ technical contact",
"company": "Moodle Pty Ltd."
},
{
"fullname": "Barbara Ramiro",
"contribution": "Designer",
"company": "Moodle Pty Ltd."
},
{
"fullname": "Adrian Bedford",
"contribution": "Contributor (project manager)",
"company": "City & Guilds Kineo"
},
{
"fullname": "David Shaw",
"contribution": "Contributor (solutions architect)",
"company": "City & Guilds Kineo"
},
{
"fullname": "Dominic Orme",
"contribution": "Contributor (developer)",
"company": "City & Guilds Kineo"
},
{
"fullname": "Tony Blundell",
"contribution": "Contributor (developer)",
"company": "City & Guilds Kineo"
},
{
"fullname": "Michael Palmer",
"contribution": "Contributor (designer)",
"company": "City & Guilds Kineo"
},
{
"fullname": "Daniel Palou",
"contribution": "Contributor (developer)",
"company": "CV&A Consulting"
},
{
"fullname": "Daniel Ramírez",
"contribution": "Contributor (developer Window version)",
"company": "CV&A Consulting"
}
],
"thirdpartylibs": [
{
"name": "Backbone.js",
"version": "1.1.0",
"license": "MIT"
},
{
"name": "Backbone LocalStorage Adapter",
"version": "1.1.7",
"license": "MIT"
},
{
"name": "html2canvas",
"version": "0.4.1",
"license": "MIT"
},
{
"name": "jQuery",
"version": "1.11.0",
"license": "MIT"
},
{
"name": "jQuery UI",
"version": "1.10.4",
"license": "MIT"
},
{
"name": "jQuery touchSwipe",
"version": "1.6.5",
"license": "MIT or GPL Version 2"
},
{
"name": "matchMedia",
"version": "2012",
"license": "Dual MIT/BSD"
},
{
"name": "crypt md5",
"version": "2.2",
"license": "BSD"
},
{
"name": "Recorderjs",
"version": "2014 - 01 - 14",
"license": "MIT"
},
{
"name": "RequireJS",
"version": "2.1.10",
"license": "MIT or new BSD"
},
{
"name": "RequireJS text plugin",
"version": "2.0.10",
"license": "MIT or new BSD"
},
{
"name": "Underscore",
"version": "1.5.2",
"license": "MIT"
}
]
}