Talk given at Datapalooza Denver 2016 titled "(Your) Data as a Service: The Easy Way to Build an API for Your Data".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
393 B

  1. {
  2. "name": "reveal-js-multiplex",
  3. "version": "1.0.0",
  4. "description": "reveal.js multiplex server",
  5. "homepage": "http://lab.hakim.se/reveal-js",
  6. "scripts": {
  7. "start": "node index.js"
  8. },
  9. "engines": {
  10. "node": "~4.1.1"
  11. },
  12. "dependencies": {
  13. "express": "~4.13.3",
  14. "grunt-cli": "~0.1.13",
  15. "mustache": "~2.2.1",
  16. "socket.io": "~1.3.7"
  17. },
  18. "license": "MIT"
  19. }