diff --git a/README.md b/README.md index 899875a..a8c4110 100644 --- a/README.md +++ b/README.md @@ -704,6 +704,8 @@ Here's an example of an exported presentation that's been uploaded to SlideShare ![Chrome Print Settings](https://s3.amazonaws.com/hakim-static/reveal-js/pdf-print-settings.png) +Alternatively you can use the [decktape](https://github.com/astefanutti/decktape) project. + ## Theming The framework comes with a few different themes included: diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..2b54bf5 --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "reveal.js", + "version": "3.1.0", + "main": [ + "js/reveal.js", + "css/reveal.css" + ], + "homepage": "http://lab.hakim.se/reveal-js/", + "license": "MIT", + "description": "The HTML Presentation Framework", + "authors": [ + "Hakim El Hattab " + ], + "dependencies": { + "headjs": "~0.9.6" + }, + "repository": { + "type": "git", + "url": "git://github.com/hakimel/reveal.js.git" + }, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test" + ] +} \ No newline at end of file