package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "reveal.js",
  3. "version": "3.3.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. },
  30. "devDependencies": {
  31. "grunt": "~0.4.5",
  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": "~0.7.0",
  37. "grunt-contrib-uglify": "~0.9.2",
  38. "grunt-contrib-watch": "~0.6.1",
  39. "grunt-sass": "~1.1.0-beta",
  40. "grunt-zip": "~0.17.1",
  41. "node-sass": "~3.3.3"
  42. },
  43. "license": "MIT"
  44. }