github.com/mweagle/Sparta@v1.15.0/docs_source/static/presentations/reveal.js-3.9.2/bower.json (about) 1 { 2 "name": "reveal.js", 3 "version": "3.9.2", 4 "main": [ 5 "js/reveal.js", 6 "css/reveal.css" 7 ], 8 "homepage": "http://revealjs.com", 9 "license": "MIT", 10 "description": "The HTML Presentation Framework", 11 "authors": [ 12 "Hakim El Hattab <hakim.elhattab@gmail.com>" 13 ], 14 "repository": { 15 "type": "git", 16 "url": "git://github.com/hakimel/reveal.js.git" 17 }, 18 "ignore": [ 19 "**/.*", 20 "node_modules", 21 "bower_components", 22 "test" 23 ] 24 }