-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
50 lines (50 loc) · 1.28 KB
/
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
46
47
48
49
50
{
"name": "Epeires2",
"authors": [
"Bruno Spyckerelle <[email protected]>"
],
"description": "Cahier de marche électronique Exploitation",
"main": "",
"moduleType": [],
"license": "AGPL-3",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/components/",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.5",
"jquery-ui": "~1.11.4",
"jquery": "1.9.1 - 3",
"pick-a-color": "^1.2.3",
"noty": "^3.1.4",
"jquery-form": "^3.46.0",
"jquery-stupid-table": "^1.0.1",
"jquery-mousewheel": "~3.1.13",
"bootstrap-material-datetimepicker": "gh-pages",
"bootstrap-material-design": "https://github.com/BrunoSpy/bootstrap-material-design.git#master",
"arrive": "^2.3.0",
"i18next": "^1.11.1",
"jquery-validation": "^1.14.0",
"fuelux": "^3.15.3",
"fullcalendar": "^3.0.0",
"leaflet": "^1.0.0",
"js-cookie": "^2.1.4",
"bootstrap-markdown": "^2.10.0",
"marked": "^0.3.9",
"list.js": "^1.5.0",
"lightbox2": "lightbox#^2.10.0",
"select2": "~4.0",
"fontawesome-iconpicker": "^3.2.0"
},
"resolutions": {
"jquery": "^2.2",
"bootstrap": "^3.3.5",
"bootstrap-material-design": "master"
}
}