summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..090f7c2
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,33 @@
1{
2 "name": "presentations",
3 "version": "1.0.0",
4 "homepage": "https://krotscheck.github.com/presentations",
5 "authors": [
6 "Michael Krotscheck <krotscheck@gmail.com>"
7 ],
8 "license": "Apache-2.0",
9 "ignore": [
10 "**/.*",
11 "node_modules",
12 "bower_components",
13 "test",
14 "tests"
15 ],
16 "dependencies": {
17 "font-awesome": "~4.3.0",
18 "font-mfizz": "~2.0.1",
19 "reveal.js": "~3.1.0",
20 "bootstrap": "~3.3.5"
21 },
22 "overrides": {
23 "font-mfizz": {
24 "main": [
25 "css/font-mfizz.css",
26 "fonts/font-mfizz.eot",
27 "fonts/font-mfizz.svg",
28 "fonts/font-mfizz.ttf",
29 "fonts/font-mfizz.woff"
30 ]
31 }
32 }
33}