forked from superdesk/superdesk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 772 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
{
"name": "superdesk-client",
"dependencies": {
"requirejs": "2.1.15",
"jquery": "2.1.3",
"lodash": "3.0.1",
"bootstrap": "3.1.0",
"momentjs": "2.10.6",
"moment-timezone": "0.4.0",
"angular": "1.3.9",
"angular-resource": "1.3.9",
"angular-route": "1.3.9",
"angular-mocks": "1.3.9",
"angular-gettext": "2.0.1",
"angular-bootstrap": "0.12.1",
"gridster": "0.2.1",
"d3": "3.5.3",
"jcrop": "0.9.12",
"ng-file-upload": "1.6.12",
"raven-js": "1.1.11",
"jquery-ui": "1.11.2",
"medium-editor": "4.9.0",
"ment.io": "0.9.22",
"langmap": "~0.0.10"
},
"ignore": [
"**/.*",
"server",
"docker",
"setup.py",
"client/docs"
],
"resolutions": {
"angular": "1.3.9"
}
}