package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "reveal.js@3.8.0",
  5. "/Users/aleksandrmyasoedov/gocode/src/github.com/msoedov/hacker-slides"
  6. ]
  7. ],
  8. "_from": "reveal.js@3.8.0",
  9. "_id": "reveal.js@3.8.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MQ+UBXIIL9IyBXhkLZWb/AG5h5/BedmnHXHIEavMBawNLVfAayvTrwNlDjGn4tf/CQ2CTJR8jSyIdu4RpfoLpg==",
  12. "_location": "/reveal.js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "reveal.js@3.8.0",
  18. "name": "reveal.js",
  19. "escapedName": "reveal.js",
  20. "rawSpec": "3.8.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.8.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.8.0.tgz",
  28. "_spec": "3.8.0",
  29. "_where": "/Users/aleksandrmyasoedov/gocode/src/github.com/msoedov/hacker-slides",
  30. "author": {
  31. "name": "Hakim El Hattab",
  32. "email": "hakim.elhattab@gmail.com",
  33. "url": "http://hakim.se"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/hakimel/reveal.js/issues"
  37. },
  38. "description": "The HTML Presentation Framework",
  39. "devDependencies": {
  40. "express": "^4.16.2",
  41. "grunt": "^1.0.4",
  42. "grunt-autoprefixer": "^3.0.4",
  43. "grunt-cli": "^1.3.2",
  44. "grunt-contrib-connect": "^2.0.0",
  45. "grunt-contrib-cssmin": "^3.0.0",
  46. "grunt-contrib-jshint": "^2.0.0",
  47. "grunt-contrib-qunit": "^3.1.0",
  48. "grunt-contrib-uglify": "^3.3.0",
  49. "grunt-contrib-watch": "^1.1.0",
  50. "grunt-sass": "^3.0.2",
  51. "grunt-zip": "~0.17.1",
  52. "load-grunt-tasks": "^4.0.0",
  53. "mustache": "^2.3.0",
  54. "node-sass": "^4.11.0",
  55. "socket.io": "^2.2.0"
  56. },
  57. "engines": {
  58. "node": ">=9.0.0"
  59. },
  60. "homepage": "http://revealjs.com",
  61. "license": "MIT",
  62. "main": "js/reveal.js",
  63. "name": "reveal.js",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/hakimel/reveal.js.git"
  67. },
  68. "scripts": {
  69. "build": "grunt",
  70. "start": "grunt serve",
  71. "test": "grunt test"
  72. },
  73. "subdomain": "revealjs",
  74. "version": "3.8.0"
  75. }