-
Notifications
You must be signed in to change notification settings - Fork 25
/
bower.json
57 lines (57 loc) · 1.69 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": "teem",
"version": "0.0.0",
"dependencies": {
"angular": "1.5.x",
"angular-animate": "1.5.x",
"angular-bindonce": "~0.3.1",
"angular-bootstrap": "~1.3.3",
"angular-route": "1.5.x",
"angular-sanitize": "1.5.x",
"angular-swellrt": "0.20.25",
"angular-toArrayFilter": "~1.0.1",
"angular-translate": "2.11.x",
"angular-translate-loader-static-files": "2.11.x",
"angular-utf8-base64": "~0.0.5",
"angulartics": "~1.0.3",
"avatar": "~1.3.0",
"es5-shim": "3.x",
"font-awesome": "~4.4",
"hammerjs": "2.x",
"json3": "3.x",
"mobile-angular-ui": "1.3.3",
"modernizr": "~2.8.3",
"ryanmullins-angular-hammer": "~2.1.10",
"swiper": "~3.1.0",
"angular-moment": "1.x",
"moment": "~2.10.6",
"ng-img-crop-full-extended": "ngImgCropFullExtended#^0.5.4",
"angular-messages": "~1.5.8",
"angular-ui-notification": "^0.1.0",
"ng-file-upload": "^12.0.1",
"angular-selectize2": "git://github.com/nbrustein/angular-selectize.git#bindable-placeholder",
"bootstrap-material-design": "~0.5.9",
"js-emoji": "~3.0.0",
"emoji-data": "iamcal/emoji-data#^2.4.1",
"material-design-icons": "^2.2.3",
"ngclipboard": "^1.1.1",
"dropdown.js": "*",
"angular-ui-layout": "^1.4.2",
"angular-socialshare": "angularjs-socialshare#^2.2.9",
"webrtc-adapter": "^2.0.3",
"ngSticky": "^1.8.13"
},
"devDependencies": {
"angular-mocks": "1.5.0",
"angular-scenario": "1.5.x",
"bootstrap-sass": "~3.3.6",
"autosize": "~3.0.15",
"textfit": "textFit#~2.3.1"
},
"resolutions": {
"angular": "1.5.x",
"angular-translate": "2.11.x",
"jquery": "^2.2",
"moment": "2.22"
}
}