-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 954 Bytes
/
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
{
"name": "mgr-gulp-angular-template",
"version": "1.0.0",
"authors": [
"Dmitry kalyuk"
],
"description": "",
"license": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"angular": "~1.4.7",
"angular-bootstrap": "~0.14.3",
"angular-resource": "~1.4.7",
"angular-ui-router": "~0.2.15",
"font-awesome": "~4.4.0",
"bootstrap": "~3.3.5",
"ng-table": "~0.8.3",
"ng-confirm": "angular-confirm#~1.1.0",
"angular-filter": "~0.5.7",
"angular-translate": "~2.8.1",
"angular-loading-bar": "~0.8.0",
"angular-translate-loader-url": "~2.8.1",
"angular-translate-loader-static-files": "~2.8.1",
"mgr-validation": "~1.0.19",
"angular-i18n": "~1.4.8",
"angular-signalr-hub": "~1.5.0",
"signalr": "~2.2.0",
"angular-moment": "~0.10.3",
"moment": "~2.10.6",
"angular-sanitize": "~1.4.8",
"angular-animate": "~1.4.8"
}
}