-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
42 lines (42 loc) · 1.19 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
{
"name": "wp-berlin-planung",
"homepage": "https://wp-berlin.github.io/planung/",
"license": "GPLv3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"dependencies": {
"reveal.js": "^3.6.0",
"typed.js": "^2.0.6"
},
"install": {
"path": {
"css": "assets/css/libs",
"js": "assets/js/libs",
"html": "assets/js/libs"
},
"sources": {
"reveal.js": [
"bower_components/reveal.js/css/reveal.css",
"bower_components/reveal.js/css/print/paper.css",
"bower_components/reveal.js/css/print/pdf.css",
"bower_components/reveal.js/lib/js/head.min.js",
"bower_components/reveal.js/js/reveal.js",
"bower_components/reveal.js/lib/js/classList.js",
"bower_components/reveal.js/lib/js/html5shiv.js",
"bower_components/reveal.js/plugin/markdown/marked.js",
"bower_components/reveal.js/plugin/markdown/markdown.js",
"bower_components/reveal.js/plugin/notes/notes.js",
"bower_components/reveal.js/plugin/notes/notes.html"
],
"typed.js": "bower_components/typed.js/lib/typed.min.js"
},
"ignore": [
"headjs"
]
}
}