forked from manosxgotas/ionic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
44 lines (44 loc) · 1.04 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
{
"name": "donacion-sangre",
"description": "donacion-ionic: An Ionic project",
"main": "",
"authors": [
"rmanganiello <[email protected]>"
],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"www/bower_components",
"www/lib",
"test",
"tests"
],
"dependencies": {
"angular-jwt": "^0.0.9",
"angular-local-storage": "^0.2.7",
"angular-sanitize": "1.5.3",
"angular-ui-router": "0.2.13",
"angular-animate": "1.5.3",
"angular-touch": "^1.5.6",
"ngstorage": "^0.3.10",
"bootstrap": "^3.3.6",
"font-awesome": "4.6.3",
"angular-bootstrap": "^1.3.3",
"angular-i18n": "^1.5.6",
"angular-base64": "^2.0.5",
"robotodraft": "^1.1.0",
"ng-flow": "~2",
"moment": "^2.14.1",
"angular-loading-bar": "^0.9.0",
"ngvideo": "^1.0.2",
"angular-google-maps": "^2.3.4",
"ng-notify": "^0.8.0",
"angular-socialshare": "angularjs-socialshare#^2.3.1"
},
"resolutions": {
"angular": "1.5.3",
"bootstrap": "^3.3.6"
}
}