forked from cfpio/callForPapers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
57 lines (57 loc) · 1.66 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
{
"name": "cfp",
"version": "0.0.0",
"dependencies": {
"angular": "1.3.15",
"json3": "~3.2.4",
"jquery": "2.1.4",
"es5-shim": "~2.0.8",
"angular-resource": "1.3.15",
"angular-cookies": "1.3.15",
"angular-sanitize": "1.3.15",
"angular-ui-router": "*",
"bootstrap": "~3.3.4",
"angular-animate": "~1.3.15",
"ng-tags-input": "2.3.0",
"angular-translate": "~2.6.1",
"angular-language-picker": "k88hudson/angular-language-picker#~0.0.1",
"iframe-resizer": "~2.8.5",
"ng-table": "0.8.3",
"angular-ui-notification": "~0.0.5",
"angular-translate-storage-cookie": "~2.6.1",
"angular-gravatar": "~0.3.1",
"angular-relative-date": "~1.0.0",
"angular-media-queries": "~0.4.0",
"intl-tel-input": "~5.8.7",
"angular-jwt": "~0.0.7",
"ionicons": "~2.0.1",
"angular-recaptcha": "~2.2.3",
"angular-loading-bar": "~0.7.1",
"bootstrap-material-design": "0.4.3",
"arrive": "~2.2.0",
"ngFx": "~1.1.0",
"angular-off-click": "~0.0.7",
"angular-konami": "~0.0.2",
"angular-bootstrap": "~0.13.0",
"ng-file-upload": "~5.0.9",
"angular-marked": "~0.0.18",
"angular-local-storage": "~0.2.2",
"ng-lodash": "~0.2.3",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"angular-aria": "~1.4.3",
"restangular": "1.5.1",
"angular-dialog-service": "dialogs#5.2.8",
"lodash": "3.10.1",
"satellizer": "0.10.1",
"angular-deferred-bootstrap": "0.1.7"
},
"resolutions": {
"angular": "1.3.15",
"jquery": "2.1.4",
"angular-bootstrap": "~0.13.0"
},
"devDependencies": {
"angular-mocks": "~1.0.7",
"angular-scenario": "~1.0.7"
}
}