forked from EliArad/reallove
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
74 lines (74 loc) · 2.13 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
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "reallove",
"description": "real love search",
"main": "server.js",
"authors": [
"Eli Arad"
],
"license": "ISC",
"homepage": "https://github.com/EliArad/reallove",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.7",
"angular-ui-router": "~0.2.15",
"angular-bootstrap": "~0.14.3",
"angular-ui-calendar": "~1.0.1",
"angular-resource": "~1.4.7",
"angular-motion": "~0.4.3",
"angular-animate": "~1.4.7",
"angular-aria": "~1.4.7",
"ng-password-strength": "~0.2.1",
"angular-cookies": "~1.4.7",
"angular-messages": "~1.4.7",
"angular-sanitize": "~1.4.8",
"angular-touch": "~1.4.8",
"bootstrap": "~3.3.5",
"angular-recaptcha": "~2.2.5",
"flow.js": "~2",
"bootstrap-fileinput": "~4.2.7",
"angular-file-upload": "~2.2.0",
"ng-file-upload": "~10.0.2",
"ng-file-upload-shim": "~10.0.2",
"jquery-ui": "~1.11.4",
"angular-pretty-checkable": "~0.1.7",
"ngGallery": "*",
"image-engine-angular": "~1.0.0",
"angular-carousel": "~1.0.1",
"smartcrop": "*",
"slick-carousel": "~1.5.8",
"angular-swipe": "~0.1.0",
"eonasdan-bootstrap-datetimepicker": "~4.17.37",
"bootstrap-vertical-tabs": "~1.2.1",
"videogular": "~1.3.2",
"videogular-themes-default": "~1.3.2",
"videogular-controls": "~1.3.2",
"videogular-buffering": "~1.3.2",
"videogular-overlay-play": "~1.3.2",
"videogular-poster": "~1.3.2",
"videogular-ima-ads": "~1.3.2",
"videogular-angulartics": "~1.3.2",
"video.js": "videojs#~5.2.3",
"ngvideo": "~0.4.13",
"ui-select": "angular-ui-select#~0.13.2",
"angular-bootstrap-checkbox": "~0.3.1",
"checklist-model": "~0.8.0",
"ifvisible.js": "~1.0.6",
"angular-presence": "~0.2.3",
"ng-idle": "~1.1.1",
"angular-bootstrap-simple-chat": "~0.3.1",
"angularjs-scroll-glue": "~0.0.1",
"angular-scroll-glue": "~2.0.6",
"angular-riot": "~0.0.1",
"angular-unsavedChanges": "~0.1.1",
"angular-msgbox": "~0.1.1",
"moment": "~2.10.6"
}
}