bower.json
2.14 KB
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
{
"name": "angular",
"version": "0.0.0",
"dependencies": {
"angular-animate": "~1.5.0",
"angular-cookies": "~1.5.0",
"angular-touch": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-messages": "~1.5.0",
"angular-aria": "~1.5.0",
"restangular": "~1.5.2",
"angular-ui-router": "~0.2.18",
"bootstrap-sass": "~3.3.6",
"angular-bootstrap": "~1.1.0",
"malarkey": "yuanqing/malarkey#~1.3.1",
"angular-toastr": "~1.7.0",
"moment": "~2.10.6",
"animate.css": "~3.4.0",
"angular": "~1.5.0",
"font-awesome": "fontawesome#~4.5.0",
"ngstorage": "~0.3.10",
"bootswatch": "~3.3.6",
"angular-moment": "~1.0.0-beta.4",
"lodash": "3.10.1",
"angular-filter": "~0.5.8",
"angular-deckgrid": "~0.5.0",
"angular-timeline": "~1.6.2",
"angular-scroll": "~1.0.0",
"ngSweetAlert": "angular-sweetalert#~1.1.0",
"angular-mocks": "^1.5.0",
"angular-translate": "^2.10.0",
"angular-translate-loader-static-files": "^2.10.0",
"angular-translate-handler-log": "^2.10.0",
"angular-dynamic-locale": "^0.1.30",
"angular-i18n": "^1.5.0",
"angular-load": "^0.4.1",
"angular-translate-interpolation-messageformat": "^2.10.0",
"angular-bind-html-compile": "^1.2.1",
"angular-click-outside": "^2.7.1",
"ng-ckeditor": "^0.2.1"
},
"devDependencies": {
"angular-mocks": "~1.5.0"
},
"overrides": {
"ng-ckeditor": {
"main": [
"ng-ckeditor.js",
"libs/ckeditor/lang",
"libs/ckeditor/ckeditor.js",
"libs/ckeditor/config.js"
]
},
"bootstrap-sass": {
"main": [
"assets/stylesheets/_bootstrap.scss",
"assets/fonts/bootstrap/glyphicons-halflings-regular.eot",
"assets/fonts/bootstrap/glyphicons-halflings-regular.svg",
"assets/fonts/bootstrap/glyphicons-halflings-regular.ttf",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff2"
]
},
"font-awesome": {
"main": [
"scss/font-awesome.scss",
"fonts/*"
]
}
},
"resolutions": {
"angular": "~1.5.0"
}
}