-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
56 lines (56 loc) · 1.62 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
55
56
{
"name": "blimp-cockpit",
"version": "1.0.0",
"dependencies": {
"bootstrap-sass-official": "^3.2.0",
"angular": "1.3.11",
"angular-animate": "1.3.11",
"angular-cookies": "1.3.11",
"angular-resource": "1.3.11",
"angular-sanitize": "1.3.11",
"angular-touch": "1.3.11",
"angular-translate": "2.5.2",
"angular-translate-loader-static-files": "2.5.2",
"angular-translate-storage-cookie": "2.5.2",
"angular-translate-storage-local": "2.5.2",
"angular-bootstrap": "0.14.3",
"angular-ui-router": "0.2.13",
"angular-ui-utils": "0.2.1",
"angular-ui-select": "0.8.3",
"angular-ui-calendar": "latest",
"angular-ui-grid": "3.0.0-rc.16",
"angular-xeditable": "0.1.8",
"ng-grid": "2.0.13",
"ngstorage": "0.3.0",
"textAngular": "1.2.2",
"jquery": "2.1.3",
"animate.css": "3.2.0",
"bootstrap": "3.3.0",
"bootstrap-wysiwyg": "*",
"bootstrap-chosen": "1.0.0",
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.3.0/chosen_v1.3.0.zip",
"datatables": "1.10.4",
"plugins": "datatables/plugins#~1.0.1",
"footable": "2.0.3",
"font-awesome": "4.2.0",
"fullcalendar": "2.2.6",
"moment": "2.8.3",
"screenfull": "1.2.1",
"jquery_appear": "0.3.3",
"bootstrap-daterangepicker": "1.3.17",
"simple-line-icons": "~1.0.0",
"lodash": "~4.0.1"
},
"devDependencies": {
"angular-mocks": "^1.3.11"
},
"appPath": "app",
"moduleName": "blimpCockpitApp",
"resolutions": {
"angular": "1.3.11",
"angular-cookies": "1.3.11",
"fullcalendar": "2.2.6",
"moment": "2.8.3",
"jquery": "2.1.3"
}
}