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.
20 lines
383 B
20 lines
383 B
2 years ago
|
{
|
||
|
"name": "reveal-js-multiplex",
|
||
|
"version": "1.0.0",
|
||
|
"description": "reveal.js multiplex server",
|
||
|
"homepage": "http://revealjs.com",
|
||
|
"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"
|
||
|
}
|