-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
39 lines (39 loc) · 1 KB
/
composer.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
{
"name": "components/revealjs",
"description": "The HTML Presentation Framework",
"homepage": "http://lab.hakim.se/reveal-js/",
"type": "component",
"license": "MIT",
"authors": [
{
"name": "Hakim El Hattab",
"homepage": "http://hakim.se/"
}
],
"support": {
"issues": "https://github.com/hakimel/reveal.js/issues",
"wiki": "https://github.com/hakimel/reveal.js/wiki",
"source": "https://github.com/hakimel/reveal.js"
},
"extra": {
"component": {
"scripts": [
"js/reveal.js"
],
"styles": [
"css/reveal.css"
],
"files": [
"css/reveal.min.css",
"js/reveal.min.js",
"css/theme/*.css",
"css/print/*.css",
"plugin/**",
"lib/**"
],
"shim": {
"exports": "Reveal"
}
}
}
}