-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·42 lines (42 loc) · 1.11 KB
/
bower.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.11 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
{
"name": "cloudsu",
"version": "2.5.0",
"description": "cloudsu",
"main": "public/index.html",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"appPath": "app",
"dependencies": {
"angular-animate": "1.5.0",
"angular-sanitize": "1.3.20",
"angular-messages": "1.5.0",
"angular-aria": "1.5.0",
"jquery": "2.1.4",
"angular-resource": "1.5.0",
"angular-ui-router": "0.2.15",
"bootstrap": "3.3.6",
"angular-bootstrap": "1.1.2",
"moment": "2.10.6",
"animate.css": "3.4.0",
"angular": "1.5.3",
"pace": "1.0.2",
"metisMenu": "2.0.2",
"fontawesome": "4.5.0",
"ngstorage": "0.3.10",
"angular-moment": "0.10.3",
"angular-underscore-module": "1.0.3",
"angular-ladda": "0.3.4",
"angular-sweetalert": "1.1.0",
"angular-ace": "1.0.0",
"angular-toastr": "1.7.0",
"ng-prettyjson": "0.2.0"
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.5.0"
}
}