-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 976 Bytes
/
bower.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
{
"name": "matrufsc2",
"version": "1.0",
"homepage": "https://github.com/matrufsc2/matrufsc2",
"authors": [
"Fernando Jorge Mota <[email protected]>"
],
"description": "MatrUFSC2 é um combinador de horários para matrículas da UFSC",
"moduleType": [
"amd"
],
"keywords": [
"matrufsc2"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"backbone": "~1.1.2",
"jquery": "~1.10.2",
"underscore": "~1.8.3",
"chaplin": "~1.0.0",
"es5-shim": "~3.4.0",
"foundation": "~5.5.2",
"requirejs": "~2.1.11",
"almond": "~0.3.1",
"modernizr": "~2.8.1",
"pleasejs": "~0.4.2",
"es6-promise": "~2.2.0",
"TinyScrollbar": "~2.4.2"
},
"devDependencies": {
"mocha": "~1.20.1",
"expect": "~0.3.1",
"sinon": "http://sinonjs.org/releases/sinon-1.10.2.js"
},
"resolutions": {
"jquery": ">= 2.1.0"
}
}