diff options
author | Hakim El Hattab | 2015-07-02 15:49:38 +0200 |
---|---|---|
committer | Hakim El Hattab | 2015-07-02 15:51:01 +0200 |
commit | b390e66c270d4fc26755fc4097e02808ea567721 (patch) | |
tree | 03f3cc61e41816bc9a251286c33a331588a19aab | |
parent | 96bef355356584f08f62a0bb7e7136f946094c02 (diff) |
add bower json #1067
-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 |