package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "reveal.js",
  3. "version": "3.5.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. "build": "grunt"
  12. },
  13. "author": {
  14. "name": "Hakim El Hattab",
  15. "email": "hakim.elhattab@gmail.com",
  16. "web": "http://hakim.se"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git://github.com/hakimel/reveal.js.git"
  21. },
  22. "engines": {
  23. "node": ">=4.0.0"
  24. },
  25. "devDependencies": {
  26. "express": "~4.14.0",
  27. "grunt": "~1.0.1",
  28. "grunt-autoprefixer": "~3.0.3",
  29. "grunt-cli": "~1.2.0",
  30. "grunt-contrib-connect": "~0.11.2",
  31. "grunt-contrib-cssmin": "~0.14.0",
  32. "grunt-contrib-jshint": "~0.11.3",
  33. "grunt-contrib-qunit": "~1.2.0",
  34. "grunt-contrib-uglify": "~0.9.2",
  35. "grunt-contrib-watch": "~1.0.0",
  36. "grunt-sass": "~1.2.0",
  37. "grunt-retire": "~0.3.10",
  38. "grunt-zip": "~0.17.1",
  39. "mustache": "~2.2.1",
  40. "node-sass": "~3.13.0",
  41. "socket.io": "^1.4.8"
  42. },
  43. "license": "MIT"
  44. }