diff options
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/bower.json b/bower.json deleted file mode 100644 index b8a7d7e..0000000 --- a/bower.json +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | { | ||
2 | "name": "inaugust", | ||
3 | "version": "1.0.0", | ||
4 | "homepage": "https://inaugust.com", | ||
5 | "authors": [ | ||
6 | "Monty Taylor <mordred@inaugust.com>" | ||
7 | ], | ||
8 | "license": "CC-BY 4.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 | "modernizr": "~2.8.2" | ||
22 | }, | ||
23 | "overrides": { | ||
24 | "font-mfizz": { | ||
25 | "main": [ | ||
26 | "css/font-mfizz.css", | ||
27 | "fonts/font-mfizz.eot", | ||
28 | "fonts/font-mfizz.svg", | ||
29 | "fonts/font-mfizz.ttf", | ||
30 | "fonts/font-mfizz.woff" | ||
31 | ] | ||
32 | } | ||
33 | } | ||
34 | } | ||