-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
43 lines (43 loc) · 909 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
{
"name": "BreizhCamp2015",
"version": "0.0.1",
"authors": [
"Horacio Gonzalez <[email protected]>"
],
"description": "Site web du BreizhCamp 2015",
"main": "public/index.html",
"keywords": [
"bootstrap",
"single",
"page",
"parallax"
],
"license": "MIT",
"homepage": "http://www.breizhcamp.org",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"bootstrap": "~3.3.5",
"lodash": "~3.10.1",
"angular": "~1.4.8",
"angular-sanitize": "~1.4.8",
"angular-animate": "~1.4.8",
"font-awesome": "~4.5.0",
"angular-marked": "1.0.1",
"angular-i18n": "~1.4.8",
"angular-bootstrap": "^1.1.2",
"angular-ui-calendar": "^1.0.1"
},
"overrides": {
"angular-i18n": {
"main": "angular-locale_fr-fr.js"
}
},
"resolutions": {
"angular": "~1.4.8"
}
}