Review dev guide
[functest.git] / docs / com / bower.json
1 {
2   "name": "reveal.js",
3   "version": "3.1.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   ]
27 }