forked from adaptlearning/adapt_framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
159 lines (159 loc) · 3.5 KB
/
package.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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "adapt_framework",
"version": "2.0.15",
"description": "Adapt Learning output framework",
"repository": {
"type": "git",
"url": "git://github.com/adaptlearning/adapt_framework.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/adaptlearning/adapt_framework/issues"
},
"contributors": [
{
"name": "Alan Bourne",
"email": "[email protected]"
},
{
"name": "Aniket Dharia",
"email": "[email protected]"
},
{
"name": "Belal Almassri",
"email": "[email protected]"
},
{
"name": "Brian Quinn",
"email": "[email protected]"
},
{
"name": "Chris Jones",
"email": "[email protected]"
},
{
"name": "Chris Steele",
"email": "[email protected]"
},
{
"name": "Chuck Lorenz",
"email": "[email protected]"
},
{
"name": "Dan Ghost",
"email": "[email protected]"
},
{
"name": "Dan Gray",
"email": "[email protected]"
},
{
"name": "Daryl Hedley",
"email": "[email protected]"
},
{
"name": "Dennis Dobrenko",
"email": "[email protected]"
},
{
"name": "Fabien O'Carroll",
"email": "[email protected]"
},
{
"name": "Gavin McMaster",
"email": "[email protected]"
},
{
"name": "Guy Willis",
"email": "[email protected]"
},
{
"name": "Himanshu Rajotia",
"email": "[email protected]"
},
{
"name": "Kevin Corry",
"email": "[email protected]"
},
{
"name": "Kirsty Hames",
"email": "[email protected]"
},
{
"name": "Laura Haselum",
"email": "[email protected]"
},
{
"name": "Lukasz Grela",
"email": "[email protected]"
},
{
"name": "Matt Leathes",
"email": "[email protected]"
},
{
"name": "Oliver Foster",
"email": "[email protected]"
},
{
"name": "Petra Nußdorfer",
"email": "[email protected]"
},
{
"name": "Ryan Adams",
"email": "[email protected]"
},
{
"name": "Sal Ali",
"email": ""
},
{
"name": "Sven Laux",
"email": "[email protected]"
},
{
"name": "Thomas Berger",
"email": "[email protected]"
},
{
"name": "Thomas Eitler",
"email": "[email protected]"
},
{
"name": "Thomas Taylor",
"email": "[email protected]"
},
{
"name": "Tom Greenfield",
"email": "[email protected]"
}
],
"devDependencies": {
"async": "^1.5.2",
"chalk": "~1.1.3",
"columnify": "~1.5.4",
"csv": "^0.4.6",
"grunt": "~1.0.1",
"grunt-concurrent": "~2.3.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-handlebars": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jscs": "~2.8.0",
"grunt-jsonlint": "~1.0.7",
"grunt-open": "~0.2.3",
"grunt-replace": "~1.0.1",
"jit-grunt": "~0.10.0",
"jshint-stylish": "~2.2.0",
"less": "~2.7.1",
"load-grunt-config": "~0.19.2",
"requirejs": "~2.2.0",
"time-grunt": "~1.3.0",
"underscore": "~1.8.3",
"underscore-deep-extend": "~1.1.4",
"iconv-lite": "^0.4.13",
"jschardet": "^1.4.1"
}
}