-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 810 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 810 Bytes
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
{
"name": "service-civique-website",
"version": "0.0.0",
"homepage": "https://github.com/LaNetscouade/service-civique-website",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"assets/vendor",
"test",
"tests"
],
"dependencies": {
"jquery": "<2.0 >=1.9",
"modernizr": "~2.7.2",
"bootstrap-sass-official": "~3.2",
"holderjs": "~2.3.2",
"salvattore": "~1.0.7",
"jquery-icheck": "~1.0.2",
"bootstrap-datepicker": "~1.3.0",
"respond": "~1.4.2",
"yepnope": "~1.5.4",
"selectize": "~0.10.1",
"retina.js": "~1.3.0",
"webshim": "~1.14.2",
"redactor": "git@github.com:LaNetscouade/imperavi-redactor.git#~9.2.5",
"typeahead.js": "~0.10",
"handlebars": "~1.3"
},
"resolutions": {
"jquery": "<2.0 >=1.9"
}
}