bower.json
985 Bytes
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
{
"name": " adminAcufuel",
"version": "2.7.0",
"authors": [
"Anchit Jindal",
"Rishav Singla"
],
"description": "admin acufuel",
"main": "app/index.html",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"appPath": "app",
"dependencies": {
"angular-animate": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-messages": "~1.5.0",
"angular-aria": "~1.5.0",
"angular-resource": "~1.5.0",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.3.7",
"angular-bootstrap": "~1.1.2",
"moment": "~2.10.6",
"animate.css": "~3.4.0",
"angular": "~1.5.0",
"pace": "~1.0.2",
"metisMenu": "~2.0.2",
"fontawesome": "~4.7.0",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"jquery-slimscroll": "slimscroll#^1.3.8",
"jqGrid": "^5.2.0",
"ng-file-upload": "~12.2.13",
"toastr": "~2.1.3"
},
"resolutions": {
"angular": "~1.5.0",
"jquery": "^3.1.1"
}
}