package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "reveal.js",
  3. "version": "3.2.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.1.1"
  23. },
  24. "dependencies": {
  25. "express": "~4.13.3",
  26. "grunt-cli": "^0.1.13",
  27. "mustache": "~2.2.1",
  28. "socket.io": "~1.3.7",
  29. "underscore": "~1.8.3"
  30. },
  31. "devDependencies": {
  32. "grunt-contrib-qunit": "~0.7.0",
  33. "grunt-contrib-jshint": "~0.11.3",
  34. "grunt-contrib-cssmin": "~0.14.0",
  35. "grunt-contrib-uglify": "~0.9.2",
  36. "grunt-contrib-watch": "~0.6.1",
  37. "grunt-sass": "~1.1.0-beta",
  38. "grunt-contrib-connect": "~0.11.2",
  39. "grunt-autoprefixer": "~3.0.3",
  40. "grunt-zip": "~0.17.1",
  41. "grunt": "~0.4.5",
  42. "node-sass": "~3.3.3"
  43. },
  44. "license": "MIT"
  45. }