From 178f5ad1358b7c3e2275ff4340135ea4f8a9a629 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Wed, 15 Jul 2015 18:29:20 -0700 Subject: Added presentation framework. --- bower.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bower.json (limited to 'bower.json') diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..090f7c2 --- /dev/null +++ b/bower.json @@ -0,0 +1,33 @@ +{ + "name": "presentations", + "version": "1.0.0", + "homepage": "https://krotscheck.github.com/presentations", + "authors": [ + "Michael Krotscheck " + ], + "license": "Apache-2.0", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "font-awesome": "~4.3.0", + "font-mfizz": "~2.0.1", + "reveal.js": "~3.1.0", + "bootstrap": "~3.3.5" + }, + "overrides": { + "font-mfizz": { + "main": [ + "css/font-mfizz.css", + "fonts/font-mfizz.eot", + "fonts/font-mfizz.svg", + "fonts/font-mfizz.ttf", + "fonts/font-mfizz.woff" + ] + } + } +} -- cgit v1.2.3