aboutsummaryrefslogtreecommitdiffhomepage
path: root/bower.json
diff options
context:
space:
mode:
authorChris Lawrence2015-10-02 20:47:19 -0400
committerChris Lawrence2015-10-02 20:47:19 -0400
commit69104e8e04c14ac91d396a41e0c05351ec2a96bf (patch)
treeb95b95b20746a2a4d93fec64c4c4b10e6be85123 /bower.json
parent54082a8d76e8c12bb5b424f7ff21644632f054aa (diff)
parent01c55d4cf6ff60772be8a86320c4a5bcd7719a05 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..0690f76
--- /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": "~1.0.3"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/hakimel/reveal.js.git"
+ },
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test"
+ ]
+} \ No newline at end of file