-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbower.json
41 lines (41 loc) · 1010 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
39
40
41
{
"name": "connexions-webview",
"version": "0.23.3",
"ignore": [
"**/.*",
"dist",
"node_modules",
"bower_components",
"tests"
],
"dependencies": {
"jquery": "3.2.1",
"underscore": "1.8.3",
"backbone": "1.3.3",
"backbone-associations": "0.6.2",
"bootstrap": "3.3.5",
"font-awesome": "4.4.0",
"requirejs": "2.3.3",
"requirejs-text": "2.0.15",
"require-cs": "842e8b8568536bcf7efcbea756560c6d7373e5ff",
"require-css": "0.1.10",
"require-less": "0.1.5",
"require-handlebars-plugin": "1.0.0",
"aloha-editor": "oerpub/Aloha-Editor#master",
"select2": "4.0.3",
"babel-polyfill": "0.0.1",
"l20n": "https://github.com/katalysteducation/l20n.js.git#v4.0.15",
"custom-event-polyfill": "0.3.0",
"shave": "2.2.1",
"jquery-ui": "1.12.1",
"imagesloaded": "4.1.4"
},
"devDependencies": {
"chai": "4.0.2",
"mocha": "3.5.3",
"sinonjs": "1.17.1"
},
"resolutions": {
"font-awesome": "4.4.0"
}
}