forked from Katello/bastion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
94 lines (94 loc) · 2.32 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "bastion",
"version": "0.0.1",
"main": [],
"dependencies": {
"json3": "~3.2.4",
"es5-shim": "~2.0.8",
"angular": "=1.2.9",
"angular-bootstrap": "0.10.0",
"angular": "=1.2.9",
"angular-sanitize": "=1.2.9",
"angular-resource": "=1.2.9",
"angular-route": "=1.2.9",
"angular-gettext": "=1.0.0",
"angular-ui-router": "=0.2.10",
"angular-blocks": "~>0.1.8",
"alchemy": ">=0.0.1",
"underscore": "=1.5.2",
"ngUpload": "~0.5.5",
"bootstrap": "~3.0.1",
"font-awesome": "~3.2.1",
"angular-animate": "=1.2.0",
"angular-uuid4": "0.1.0"
},
"devDependencies": {
"jquery": "=1.9.1",
"angular-mocks": "=1.2.9",
"angular-scenario": "=1.2.9"
},
"resolutions": {
"angular": "1.2.9",
"jquery": "=1.9.1"
},
"exportsOverride": {
"json3": {
"javascripts/bastion": "lib/json3.js"
},
"es5-shim": {
"javascripts/bastion": "es5-shim.js"
},
"angular": {
"javascripts/bastion": "angular.js"
},
"angular-sanitize": {
"javascripts/bastion": "angular-sanitize.js"
},
"angular-resource": {
"javascripts/bastion": "angular-resource.js"
},
"angular-route": {
"javascripts/bastion": "angular-route.js"
},
"angular-gettext": {
"javascripts/bastion": "dist/angular-gettext.js"
},
"angular-blocks": {
"javascripts/bastion": "src/angular-blocks.js"
},
"angular-bootstrap": {
"javascripts/bastion": [
"ui-bootstrap.js",
"ui-bootstrap-tpls.js"
]
},
"angular-animate": {
"javascripts/bastion": "angular-animate.js"
},
"angular-ui-router": {
"javascripts/bastion": "release/angular-ui-router.js"
},
"angular-uuid4": {
"javascripts/bastion": "angular-uuid4.js"
},
"alchemy": {
"javascripts/bastion": "alchemy.js",
"stylesheets/bastion": "*.scss"
},
"underscore": {
"javascripts/bastion": "underscore.js"
},
"ngUpload": {
"javascripts/bastion": "ng-upload.js"
},
"bootstrap": {
"stylesheets/bastion": "less/*.less",
"fonts/bastion": "dist/fonts/*"
},
"font-awesome": {
"stylesheets/bastion/font-awesome/less": "less/*.less",
"stylesheets/bastion/font-awesome/scss": "scss/*.scss",
"fonts/bastion": "font/*"
}
}
}