forked from openMF/community-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 898 Bytes
/
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
{
"name": "community-app",
"version": "0.0.0",
"ignore": [
"lib"
],
"dependencies": {
"angular": "1.2.10",
"angular-resource": "1.2.10",
"angular-route": "1.2.10",
"angular-mocks": "1.2.10",
"angular-bootstrap": "0.10.0",
"angular-webstorage": "0.9.3",
"jquery": "1.8.3",
"requirejs": "2.1.8",
"require-css": "0.0.7",
"underscore": "1.5.1",
"angular-translate": "1.0.2",
"angular-translate-loader-static-files": "0.1.4",
"d3": "3.3.9",
"nvd3": "1.1.14-beta",
"angularjs-file-upload": "~1.1.9",
"angular-sanitize": "v1.0.8",
"ckeditor": "",
"ng-idle": "v0.3.5",
"q": "v1.0.1",
"angular-dynamic-locale": "",
"webcam-directive": "1.1.0",
"angular-utils-pagination": "~0.5.0"
},
"devDependencies": {
"jasmine": "1.3.1"
},
"resolutions": {
"angular": "1.2.10",
"d3": "3.3.9"
}
}