forked from rpiambulance/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 897 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
{
"name": "rpia-website",
"version": "1.0.0",
"dependencies": {
"angular": "1.6.1",
"angular-animate": "1.6.1",
"angular-route": "1.6.1",
"angular-sanitize": "1.6.1",
"angular-cookies": "1.6.1",
"animate.css": "latest",
"bootstrap": "~3.0.3",
"font-awesome": "~4.7.0",
"html5shiv": "~3.7.3",
"isotope": "~2.2.2",
"jquery-prettyPhoto": "~3.1.6",
"ng-showdown": "~1.0.1",
"respond": "Respond#~1.4.2",
"wow": "WOW#~1.1.2",
"showdown": "~1.2.3",
"ngSanitize": "~0.0.2",
"Chart.js": "^2.1.3",
"angular-chart.js": "^0.10.2",
"angular-ui-calendar": "^1.0.2",
"moment": "^2.17.1",
"angular-bootstrap": "^2.3.1",
"angular-bootstrap-calendar": "^0.27.4",
"sweetalert": "^1.1.3"
},
"resolutions": {
"angular": "1.6.1",
"Chart.js": "^2.1.3",
"bootstrap": "~3.0.3",
"moment": "^2.17.1"
}
}