aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-07-02 16:00:56 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-07-02 16:00:56 +0200
commitd88f59cbafaa5fbdb4379f00cde7848dc259f68d (patch)
treed482038ec2855c3f172141514ca9d18f1e6e7ef4
parent523f78eda724006e12a502a7b6d7c8147dc92fbe (diff)
parentb390e66c270d4fc26755fc4097e02808ea567721 (diff)
downloadfreenode-live-2017-presentation-d88f59cbafaa5fbdb4379f00cde7848dc259f68d.tar
freenode-live-2017-presentation-d88f59cbafaa5fbdb4379f00cde7848dc259f68d.tar.gz
Merge branch 'master' of github.com:hakimel/reveal.js into dev
-rw-r--r--README.md2
-rw-r--r--bower.json27
2 files changed, 29 insertions, 0 deletions
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 <hakim.elhattab@gmail.com>"
+ ],
+ "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