diff options
author | Michael Krotscheck <krotscheck@gmail.com> | 2015-07-15 18:29:20 -0700 |
---|---|---|
committer | Michael Krotscheck <krotscheck@gmail.com> | 2015-07-29 21:52:37 -0700 |
commit | 178f5ad1358b7c3e2275ff4340135ea4f8a9a629 (patch) | |
tree | 2e91bda8222de04b3529be42d516ebb2950a7611 /bower.json | |
parent | 92bca6599bb975e7c695a99e0c053ff8050b71f0 (diff) |
Added presentation framework.
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 33 |
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 | } | ||