Resources attached to the Road To DevOps tutorial
https://blog.noobtoroot.xyz/road-to-devops/
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.
19 lines
412 B
19 lines
412 B
{ |
|
"name": "reveal-js-multiplex", |
|
"version": "1.0.0", |
|
"description": "reveal.js multiplex server", |
|
"homepage": "http://lab.hakim.se/reveal-js", |
|
"scripts": { |
|
"start": "node index.js" |
|
}, |
|
"engines": { |
|
"node": "~4.1.1" |
|
}, |
|
"dependencies": { |
|
"express": "~4.13.3", |
|
"grunt-cli": "~0.1.13", |
|
"mustache": "~2.2.1", |
|
"socket.io": "~1.3.7" |
|
}, |
|
"license": "MIT" |
|
}
|
|
|