-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·54 lines (54 loc) · 1.17 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
51
52
53
54
{
"name": "hadra-trance-festival-2016",
"version": "1.0.0",
"dependencies": {
"angular-animate": "~1.5.5",
"angular-sanitize": "~1.5.5",
"angular-ui-router": "~0.3.1",
"angular": "~1.5.5",
"lodash": "^4.13.1",
"angular-gettext": "^2.3.4",
"ngCordova": "^0.1.27-alpha",
"ionic": "ionic-team/ionic-bower#^1",
"font-awesome": "^4.6.1",
"animate.css": "^3.5.1",
"angulartics-google-analytics": "^0.2.0",
"ion-affix": "^1.0.1",
"moment": "^2.13.0",
"ng-youtube-embed": "^0.3.3",
"plangular": "^3.1.2",
"angular-marked": "^1.2.2"
},
"devDependencies": {
"angular-mocks": "~1.5.5",
"jquery": "~3.0.0",
"jasmine-jquery": "~2.1.1"
},
"overrides": {
"ionic": {
"main": [
"fonts/*",
"js/ionic.js",
"js/ionic-angular.js"
]
},
"font-awesome": {
"main": [
"./scss/font-awesome.scss",
"./fonts/*"
]
},
"moment": {
"main": [
"moment.js",
"locale/fr.js"
]
}
},
"resolutions": {
"angular-ui-router": "~0.3.1",
"angular-sanitize": "~1.5.5",
"angular": "1.5.8",
"angular-animate": "~1.5.5"
}
}