-
Notifications
You must be signed in to change notification settings - Fork 20
/
bower.json
49 lines (49 loc) · 1.11 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
{
"name": "superdesk-client",
"dependencies": {
"jquery": "2.1.3",
"lodash": "3.0.1",
"bootstrap": "3.1.0",
"momentjs": "2.10.6",
"moment-timezone": "0.4.0",
"angular": "1.4.8",
"angular-resource": "1.4.8",
"angular-route": "1.4.8",
"angular-mocks": "1.4.8",
"angular-gettext": "2.0.1",
"angular-bootstrap": "0.13.0",
"gridster": "0.5.6",
"d3": "3.5.3",
"jcrop": "0.9.12",
"ng-file-upload": "11.2.3",
"raven-js": "1.1.11",
"jquery-ui": "1.11.2",
"medium-editor": "5.14.4",
"ment.io": "0.9.22",
"angular-moment": "~0.10.3",
"classnames": "~2.2.0",
"react": "~0.14.3",
"protractor": "~3.0.0",
"langmap": "~0.0.10",
"angular-animate": "1.4.8",
"angular-embed": "~3.0.1",
"angular-contenteditable": "~0.3.8",
"angular-vs-repeat": "^1.1.4",
"exif-js": "^2.1.1"
},
"ignore": [
"**/.*",
"server",
"docker",
"setup.py",
"client/docs"
],
"devDependencies": {
"rangy": "~1.3.0"
},
"resolutions": {
"angular": "1.4.8",
"ng-file-upload": "11.2.3",
"medium-editor": "5.14.4"
}
}