forked from ls1intum/Artemis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
100 lines (100 loc) · 2.87 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "artemis",
"description": "AuTomated assEssment Management System for Interactive Learning",
"version": "2.0.2",
"appPath": "src/main/webapp/ng1/",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "1.5.8",
"angular-route": "1.5.8",
"angular-aria": "1.5.8",
"angular-bootstrap": "1.3.3",
"angular-cache-buster": "0.4.3",
"angular-cookies": "1.5.8",
"angular-dynamic-locale": "0.1.32",
"angular-i18n": "1.5.8",
"ngstorage": "0.3.10",
"angular-loading-bar": "0.9.0",
"angular-resource": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-translate": "2.11.1",
"angular-translate-interpolation-messageformat": "2.11.1",
"angular-translate-loader-partial": "2.11.1",
"angular-translate-storage-cookie": "2.11.1",
"angular-ui-router": "0.3.1",
"bootstrap-sass": "3.3.7",
"bootstrap-ui-datetime-picker": "2.4.3",
"jquery": "3.1.0",
"json3": "3.3.2",
"messageformat": "0.3.1",
"modernizr": "3.3.1",
"ng-file-upload": "12.0.4",
"ngInfiniteScroll": "1.3.0",
"sockjs-client": "1.1.4",
"stomp-websocket": "2.3.4",
"angular-moment": "^0.10.3",
"font-awesome": "fontawesome#^4.6.3",
"font-awesome-animation": "^0.0.9",
"lodash": "^4.13.1",
"bootstrap-treeview": "^1.2.0",
"ace-builds": "1.3.3",
"angular-ui-ace": "bower",
"angular-file-saver": "1.1.3",
"remarkable": "^1.7.1",
"angular-resizable": "https://github.com/Reklino/angular-resizable.git#bd77750c910f0cc85a774fba4f6df433a97fc53d",
"showdown": "^1.7.6",
"chart.js": "^2.7.0",
"angular-chart.js": "^1.1.1",
"angular-ui-sortable": "^0.17.0",
"angular-native-dragdrop": "^1.2.2",
"jquery-textfill": "^0.6.0"
},
"devDependencies": {
"angular-mocks": "1.5.8"
},
"overrides": {
"angular": {
"dependencies": {
"jquery": "3.1.0"
}
},
"angular-cache-buster": {
"dependencies": {
"angular": "1.5.8"
}
},
"angular-dynamic-locale": {
"dependencies": {
"angular": "1.5.8"
}
},
"bootstrap-sass": {
"main": [
"assets/stylesheets/_bootstrap.scss"
]
},
"ace-builds": {
"main": [
"src-min-noconflict/ace.js",
"src-min-noconflict/mode-java.js",
"src-min-noconflict/mode-html.js",
"src-min-noconflict/mode-json.js",
"src-min-noconflict/mode-xml.js",
"src-min-noconflict/mode-python.js",
"src-min-noconflict/mode-sql.js",
"src-min-noconflict/mode-javascript.js",
"src-min-noconflict/mode-markdown.js",
"src-min-noconflict/mode-jsp.js",
"src-min-noconflict/mode-jade.js",
"src-min-noconflict/mode-swift.js",
"src-min-noconflict/ext-modelist.js"
]
}
},
"resolutions": {
"angular": "1.5.8",
"angular-bootstrap": "2.0.0",
"jquery": "3.1.0"
}
}