forked from johncar/al_ui_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 1.06 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": "AL-UI-Template",
"homepage": "https://github.com/alertlogic/al_ui_template",
"main": "src/main/",
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
"almond": "~0.3.1",
"angular": "^1.4.10",
"angular-animate": "^1.4.10",
"angular-resource": "^1.4.10",
"angular-route": "^1.4.10",
"angular-sanitize": "^1.4.10",
"angular-ui-router": "^0.2.15",
"angular-ui-utils": "^3.0.0",
"bootstrap": "^3.3.6",
"angular-bootstrap": "^1.2.4",
"requirejs": "^2.1.22",
"jquery": "~2.1.3",
"angular-gettext": "~2.2.1",
"angular-local-storage": "^0.2.2",
"angular-ui-select": "^0.16.0",
"d3": "^3.5.16",
"angularjs-nvd3-directives": "~0.0.7",
"angulartics": "^1.0.3",
"angular-marked": "^1.0.1",
"ng-prettyjson": "~0.2.0",
"moment": "~2.12.0"
},
"devDependencies": {
"angular-mocks": "~1.4.10"
},
"resolutions": {
"d3": "~3.5.16",
"angular": "~1.4.10"
},
"overrides":{
"bootstrap":{
"./less/print.less":"src/main/css/print/print.less"
}
}
}