-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
46 lines (46 loc) · 1.05 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
{
"name": "Humpback Core",
"version": "0.0.1",
"homepage": "https://github.com/CaliStyle/humpback",
"authors": [
"Scott Wyatt <[email protected]>"
],
"description": "Humpback Core bower components",
"main": "app.js",
"moduleType": [
"globals"
],
"keywords": [
"Humpback"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.2",
"angular-animate": "1.4.2",
"angular-breadcrumb": "~0.4.1",
"angular-filter": "~0.5.6",
"angular-lodash": "~0.1.2",
"angular-translate": "~2.7.2",
"angular-translate-loader-static-files": "~2.7.2",
"angular-translate-loader-url": "~2.7.2",
"foundation-apps": "~1.1.0",
"humpback-core-pack": "~0.11.2",
"js-data": "~1.8.0",
"js-data-angular": "~2.4.0",
"lodash": "~3.10.1",
"ng-file-upload": "~10.0.2",
"ng-file-upload-shim": "~10.0.2"
},
"resolutions": {
"angular": "1.4.2",
"angular-animate": "1.4.2",
"lodash": "3.10.1"
}
}