bower.json 464 B

123456789101112131415161718192021222324
  1. {
  2. "name": "reveal.js",
  3. "version": "3.8.0",
  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. }