-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
54 lines (54 loc) · 1.44 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
{
"name": "armadito",
"version": "0.0.0",
"dependencies": {
"angular": "^1.4.0",
"bootstrap": "^3.3.7",
"angular-animate": "^1.4.0",
"angular-aria": "^1.4.0",
"angular-cookies": "^1.4.0",
"angular-messages": "^1.4.0",
"angular-resource": "^1.4.0",
"angular-route": "^1.4.0",
"angular-sanitize": "^1.4.0",
"angular-touch": "^1.4.0",
"bootswatch-dist": "yeti",
"angular-ui-router": "~0.2.15",
"angular-bootstrap": "~0.14.3",
"angular-timer": "~1.3.3",
"angular-toastr": "^1.7.0",
"ng-tags-input": "^3.0.0",
"angular-translate": "^2.11.0",
"angular-translate-loader-url": "^2.11.0",
"angular-translate-loader-static-files": "^2.11.0",
"font-awesome": "fontawesome#^4.6.1",
"angular-truncate-2": "^0.4.2",
"jquery": "2.2.4",
"angular-moment": "1.0.0-beta.3",
"angular-tree-widget": "https://github.com/AlexSuleap/angular-tree-widget.git#^1.1.0",
"angular-recursion": "^1.0.5",
"angular-tree-view": "https://github.com/axel-zarate/angular-tree-view.git"
},
"devDependencies": {
"angular-mocks": "^1.4.0"
},
"appPath": "app",
"moduleName": "armaditoApp",
"overrides": {
"bootswatch-dist": {
"main": [
"css/bootstrap.css",
"js/bootstrap.js"
]
},
"font-awesome": {
"main": [
"less/font-awesome.less",
"css/font-awesome.css"
]
}
},
"resolutions": {
"angular": "1.5.8"
}
}