-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
82 lines (82 loc) · 2.35 KB
/
bower.json
File metadata and controls
82 lines (82 loc) · 2.35 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "bookingbug-angular-core",
"version": "1.4.114",
"homepage": "https://github.com/BookingBug/bookingbug-angular-core-bower",
"authors": [
"Glenn Shoosmith <glenn@bookingbug.com>",
"Ed Clements <ed@bookingbug.com>"
],
"main": [
"bookingbug-angular-core.js",
"bookingbug-angular-core-templates.js",
"bookingbug-angular-core.css",
"src/stylesheets/*"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~1.11.3",
"jquery-ui": "~1.11.3",
"angular": "~1.5.10",
"angular-animate": "~1.5.10",
"angular-aria": "~1.5.10",
"angular-dynamic-locale": "~0.1.32",
"angular-loader": "~1.5.10",
"angular-messages": "~1.5.10",
"angular-cookies": "~1.5.10",
"angular-resource": "~1.5.10",
"angular-sanitize": "~1.5.10",
"angular-touch": "~1.5.10",
"angular-bootstrap": "~2.0.0",
"angular-carousel": "~0.3.13",
"moment": "~2.14.0",
"moment-timezone": "~0.5.4",
"fullcalendar": "~3.0.0",
"fontawesome": "~4.6.3",
"angular-ui-router": "~0.2.18",
"accounting": "~0.3.2",
"angular-mocks": "~1.5.10",
"trNgGrid": "~3.1.7",
"angular-ui-map": "~0.5.0",
"angular-ui-utils": "~0.1.1",
"angular-i18n": "~1.3.4",
"angular-recaptcha": "~2.2.3",
"angular-translate": "^2.12.0",
"angular-translate-storage-cookie": "^2.12.0",
"angular-translate-storage-local": "^2.12.0",
"angular-translate-loader-partial": "^2.12.0",
"angular-translate-interpolation-messageformat": "^2.12.0",
"angular-schema-form": "~0.8.13",
"angular-cache": "~3.2.5",
"angular-spectrum-colorpicker": "~1.4.2",
"bootstrap-sass": "~3.3.6",
"underscore": "~1.7.0",
"sprintf": "~1.0.2",
"angular-google-maps": "2.3.2",
"angular-rangeslider": "~0.0.13",
"angular-filter": "~0.5.4",
"es5-shim": "~4.1.0",
"webshim": "~1.15.7",
"uri-templates": "~0.1.5",
"angulartics": "~0.19.0",
"waypoints": "~3.1.1",
"lodash": "3.10.1",
"airbrake-js-client": "^0.5.8",
"pusher-angular": "~0.1.4",
"pusher": "~2.2.4",
"ng-file-upload": "^12.0.4",
"ui-select": "angular-ui-select#^0.16.1"
},
"resolutions": {
"jquery": "~1.11.3",
"fullcalendar": ">=3.0.0",
"moment": "~2.14.0",
"angular-ui-router": "^0.2.8"
}
}