package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "reveal.js",
  3. "version": "3.4.0",
  4. "description": "The HTML Presentation Framework",
  5. "homepage": "http://lab.hakim.se/reveal-js",
  6. "subdomain": "revealjs",
  7. "main": "js/reveal.js",
  8. "scripts": {
  9. "test": "grunt test",
  10. "start": "grunt serve"
  11. },
  12. "author": {
  13. "name": "Hakim El Hattab",
  14. "email": "hakim.elhattab@gmail.com",
  15. "web": "http://hakim.se"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git://github.com/hakimel/reveal.js.git"
  20. },
  21. "engines": {
  22. "node": ">=4.0.0"
  23. },
  24. "dependencies": {
  25. "express": "~4.14.0",
  26. "grunt-cli": "~1.2.0",
  27. "mustache": "~2.2.1",
  28. "socket.io": "^1.4.8"
  29. },
  30. "devDependencies": {
  31. "grunt": "~1.0.1",
  32. "grunt-autoprefixer": "~3.0.3",
  33. "grunt-contrib-connect": "~0.11.2",
  34. "grunt-contrib-cssmin": "~0.14.0",
  35. "grunt-contrib-jshint": "~0.11.3",
  36. "grunt-contrib-qunit": "~1.2.0",
  37. "grunt-contrib-uglify": "~0.9.2",
  38. "grunt-contrib-watch": "~1.0.0",
  39. "grunt-sass": "~1.2.0",
  40. "grunt-retire": "~0.3.10",
  41. "grunt-zip": "~0.17.1",
  42. "node-sass": "~3.13.0"
  43. },
  44. "license": "MIT"
  45. }