-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (37 loc) · 1.69 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
{
"name": "Kuma",
"dependencies": {
"html5shiv": "3.6.2",
"jquery": "2.2.0",
"prism": "1.16.0",
"selectivizr": "https://github.com/keithclark/selectivizr.git#1.0.2"
},
"install": {
"path": {
"css": "kuma/static/styles/libs",
"js": "kuma/static/js/libs"
},
"sources": {
"html5shiv": "bower_components/html5shiv/dist/html5shiv.js",
"prism": [
"bower_components/prism/components/prism-core.js",
"bower_components/prism/components/prism-bash.js",
"bower_components/prism/components/prism-markup.js",
"bower_components/prism/components/prism-css.js",
"bower_components/prism/components/prism-clike.js",
"bower_components/prism/components/prism-javascript.js",
"bower_components/prism/components/prism-json.js",
"bower_components/prism/components/prism-jsonp.js",
"bower_components/prism/components/prism-css-extras.js",
"bower_components/prism/components/prism-rust.js",
"bower_components/prism/components/prism-wasm.js",
"bower_components/prism/plugins/line-highlight/prism-line-highlight.js",
"bower_components/prism/plugins/line-numbers/prism-line-numbers.js",
"bower_components/prism/themes/prism.css",
"bower_components/prism/plugins/line-highlight/prism-line-highlight.css",
"bower_components/prism/plugins/line-numbers/prism-line-numbers.css"
],
"selectivizr": "bower_components/selectivizr/selectivizr.js"
}
}
}