diff options
author | Hakim El Hattab | 2015-07-02 16:00:56 +0200 |
---|---|---|
committer | Hakim El Hattab | 2015-07-02 16:00:56 +0200 |
commit | d88f59cbafaa5fbdb4379f00cde7848dc259f68d (patch) | |
tree | d482038ec2855c3f172141514ca9d18f1e6e7ef4 /bower.json | |
parent | 523f78eda724006e12a502a7b6d7c8147dc92fbe (diff) | |
parent | b390e66c270d4fc26755fc4097e02808ea567721 (diff) |
Merge branch 'master' of github.com:hakimel/reveal.js into dev
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 27 |
1 files changed, 27 insertions, 0 deletions
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 |