-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathbower.json
51 lines (51 loc) · 1.13 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
{
"name": "sysbuild",
"private": true,
"dependencies": {
"bootstrap-sass-official": "~3.3.5",
"modernizr": "~2.8.3",
"jquery": "~2.1.4",
"ace-builds": "~1.2.2",
"jor1k": "https://github.com/cs-education/jor1k.git#sysbuild-stable",
"knockout": "~3.3.0",
"Blob": "*",
"FileSaver": "*",
"sammy": "~0.7.6",
"marked": "~0.3.5",
"videojs": "~5.1.0",
"typeahead.js": "~0.10.5",
"jquery-notific8": "~2.3.0",
"jquery-ui-layout": "~1.4.3",
"jquery-ui": "~1.11.4",
"jquery-fullscreen": "~1.1.4"
},
"devDependencies": {},
"overrides": {
"jquery-ui-layout": {
"main": [
"source/stable/jquery.layout_and_plugins.min.js",
"source/stable/layout-default.css"
],
"dependencies": {
"jquery": "*",
"jquery-ui": "*"
}
},
"bootstrap-sass-official": {
"main": [
"assets/stylesheets/_bootstrap.scss"
]
},
"jquery-fullscreen": {
"main": [
"jquery.fullscreen-min.js"
]
},
"videojs": {
"main": [
"dist/video.min.js",
"dist/video-js.min.css"
]
}
}
}