package.json 641 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "author": "Hakim El Hattab",
  3. "name": "reveal.js",
  4. "description": "HTML5 Slideware with Presenter Notes",
  5. "version": "1.5.1",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/hakimel/reveal.js.git"
  9. },
  10. "engines": {
  11. "node": "0.8.*"
  12. },
  13. "scripts": {
  14. "start": "node ./plugin/multiplex/index.js"
  15. },
  16. "licenses": [
  17. {
  18. "type": "MIT",
  19. "url": "https://github.com/hakimel/reveal.js/raw/master/LICENSE"
  20. }
  21. ],
  22. "dependencies": {
  23. "underscore": "1.3.3",
  24. "express": "2.5.9",
  25. "socket.io": "0.9.6",
  26. "mustache": "0.4.0"
  27. },
  28. "devDependencies": {},
  29. "subdomain": "revealjs"
  30. }