forked from openMF/community-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 1.2 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
{
"name": "community-app",
"version": "0.0.0",
"ignore": [
"lib"
],
"dependencies": {
"angular": "1.7.9",
"angular-resource": "^1.7.9",
"angular-route": "1.7.9",
"angular-mocks": "1.7.9",
"angular-bootstrap": "1.3.2",
"angular-webstorage": "latest",
"angular-animate": "1.7.9",
"angular-touch": "1.7.9",
"jquery": "2.2.1",
"requirejs": "^2.3.6",
"require-css": "^0.1.10",
"underscore": "1.8.3",
"angular-translate": "2.18.2",
"angular-translate-loader-static-files": "2.18.2",
"d3": "3.3.13",
"nvd3": "~v1.1.15-beta",
"angularjs-file-upload": "12.0.1",
"angular-sanitize": "1.7.9",
"ckeditor": "^4.14.0",
"ng-idle": "v0.3.5",
"q": "1.0.1",
"angular-dynamic-locale": "^0.1.37",
"webcam-directive": "3.2.1",
"angular-utils-pagination": "0.9.1",
"bootstrap": "~3.3.3",
"fontawesome": "~4.1.0",
"bootstrap-sass": "~3.3.3",
"angular-chosen-localytics": "^1.9.3",
"ng-scrollbar": "^0.0.8",
"almond": "^0.3.3"
},
"devDependencies": {
"jasmine": "2.4.1"
},
"resolutions": {
"angular": "1.7.9",
"d3": "3.5.12",
"angular-translate": "^2.18.2",
"angular-resource": "^1.7.9"
}
}