Add note to README about how to disable scaling
[git-branching.git] / bower.json
bloba42ca8db4647d3ae4d6116d643d5d83340734f9e
2   "name": "reveal.js",
3   "version": "3.3.0",
4   "main": [
5     "js/reveal.js",
6     "css/reveal.css"
7   ],
8   "homepage": "http://lab.hakim.se/reveal-js/",
9   "license": "MIT",
10   "description": "The HTML Presentation Framework",
11   "authors": [
12     "Hakim El Hattab <hakim.elhattab@gmail.com>"
13   ],
14   "dependencies": {
15     "headjs": "~1.0.3"
16   },
17   "repository": {
18     "type": "git",
19     "url": "git://github.com/hakimel/reveal.js.git"
20   },
21   "ignore": [
22     "**/.*",
23     "node_modules",
24     "bower_components",
25     "test"
26   ]