aboutsummaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-07-02 15:49:38 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-07-02 15:51:01 +0200
commitb390e66c270d4fc26755fc4097e02808ea567721 (patch)
tree03f3cc61e41816bc9a251286c33a331588a19aab /bower.json
parent96bef355356584f08f62a0bb7e7136f946094c02 (diff)
downloadfreenode-live-2017-presentation-b390e66c270d4fc26755fc4097e02808ea567721.tar
freenode-live-2017-presentation-b390e66c270d4fc26755fc4097e02808ea567721.tar.gz
add bower json #1067
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..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