forked from cs-education/sysbuild
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
46 lines (46 loc) · 1.07 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
{
"name": "sysbuild",
"private": true,
"dependencies": {
"bootstrap-sass-official": "~3.3.4",
"modernizr": "~2.8.3",
"jquery": "~2.1.3",
"ace-builds": "~1.1.8",
"jor1k": "https://github.com/jjang16/jor1k.git",
"jor1k-sysroot": "https://github.com/jjang16/jor1k-sysroot.git",
"knockout": "~3.3.0",
"Blob": "*",
"FileSaver": "*",
"sammy": "~0.7.6",
"marked": "~0.3.3",
"videojs": "~4.12.5",
"typeahead.js": "~0.10.5",
"jquery-notific8": "~1.7.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"
]
}
}
}