-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
62 lines (62 loc) · 1.77 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
57
58
59
60
61
62
{
"name": "kitchenapp",
"version": "0.1.0",
"devDependencies": {
"angular-mocks": "~1.4.3",
"angular-scenario": "~1.4.3",
"socket.io": "~1.3.6"
},
"dependencies": {
"angular": "~1.4.3",
"angular-animate": "~1.4.3",
"angular-aria": "~1.4.5",
"angular-bootstrap": "~0.12.1",
"angular-bootstrap-calendar": "https://github.com/jmsherry/angular-bootstrap-calendar.git#31a89ed93ed25e1021a092f66f27ca40c7da6938",
"angular-cookies": "~1.4.3",
"angular-gravatar": "~0.3.1",
"angular-i18n": "~1.4.5",
"angular-messages": "~1.4.5",
"angular-nvd3": "~0.1.1",
"angular-resource": "~1.4.3",
"angular-sanitize": "~1.4.3",
"angular-socket-io": "~0.7.0",
"angular-toastr": "~1.3.0",
"angular-touch": "~1.3.15",
"angular-ui-grid": "~3.0.0-rc.20",
"angular-ui-router": "~0.2.13",
"angular-ui-select": "~0.12.1",
"autofill-event": "~1.0.0",
"bootstrap": "~3.3.4",
"fastdom": "~0.8.6",
"interact": "~1.2.4",
"jquery": "~2.1.3",
"lodash": "~3.7.0",
"lodash-deep": "~1.6.0",
"moment": "~2.10.2",
"picturefill": "~2.3.1",
"bootstrap-tour": "~0.10.2",
"moment-timezone": "~0.4.0",
"animate.css": "~3.4.0",
"fastclick": "~1.0.6",
"angular-translate": "~2.8.1",
"angular-translate-loader-static-files": "~2.8.1",
"angular-translate-storage-local": "~2.8.1",
"angular-moment": "~0.10.3",
"angular-dynamic-locale": "~0.1.27",
"angular-jwt": "~0.0.9"
},
"resolutions": {
"jquery": "~2.x",
"angular": "~1.4.3",
"angular-bootstrap-calendar": "31a89ed93ed25e1021a092f66f27ca40c7da6938"
},
"overrides": {
"bootstrap": {
"main": [
"dist/js/bootstrap.js",
"dist/css/bootstrap.css",
"less/bootstrap.less"
]
}
}
}