bower.json 512 B

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