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.
24 lines
464 B
24 lines
464 B
{ |
|
"name": "reveal.js", |
|
"version": "3.8.0", |
|
"main": [ |
|
"js/reveal.js", |
|
"css/reveal.css" |
|
], |
|
"homepage": "http://revealjs.com", |
|
"license": "MIT", |
|
"description": "The HTML Presentation Framework", |
|
"authors": [ |
|
"Hakim El Hattab <hakim.elhattab@gmail.com>" |
|
], |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/hakimel/reveal.js.git" |
|
}, |
|
"ignore": [ |
|
"**/.*", |
|
"node_modules", |
|
"bower_components", |
|
"test" |
|
] |
|
} |