-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbower.json
51 lines (51 loc) · 1.35 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
{
"name": "dashboardapp",
"version": "0.0.0",
"dependencies": {
"angular": "1.4.7",
"bootstrap": "3.3.4",
"angular-bootstrap": "0.14.3",
"angular-bootstrap-show-errors": "2.3.0",
"ui-bootstrap": "1.3.3",
"angular-animate": "1.4.7",
"angular-resource": "1.3.0",
"angular-route": "1.3.0",
"angular-sanitize": "1.3.0",
"angular-touch": "1.3.0",
"papaparse": "4.1.1",
"ng-file-upload": "5.0.9",
"ng-file-upload-shim": "5.0.9",
"angular-file-upload": "1.1.5",
"angular-loader": "1.4.7",
"angular-scenario": "1.4.7",
"ui-router": "0.2.15",
"textAngular": "1.4.6",
"selectize": "0.12.1",
"footable": "2.0.3",
"autosize": "3.0.13",
"angular-breadcrumb": "0.4.1",
"angular-retina": "0.3.3",
"multiselect": "0.9.12",
"select2": "4.0.0",
"angular-toastr": "1.5.0",
"angular-md5": "0.1.8",
"fontawesome": "4.4.0",
"ngstorage": "0.3.9",
"ng-switchery": "1.0.0-alpha7",
"underscore": "1.8.3",
"jquery-listnav": "2.4.0",
"ng-tags-input": "3.0.0",
"angularUtils-pagination": "angular-utils-pagination#0.9.3",
"keyboard": "1.22.4",
"countUp.js": "countup#1.7.0"
},
"devDependencies": {
"angular-mocks": "1.4.7"
},
"appPath": "app",
"moduleName": "dashboardappApp",
"resolutions": {
"angular": "1.4.7",
"keyboard": "1.22.4"
}
}