This repository has been archived on 2024-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
2018-09-04 03:43:48 +00:00
|
|
|
{
|
|
|
|
"name": "reveal.js",
|
2019-08-31 05:48:26 +00:00
|
|
|
"version": "3.8.0",
|
2018-09-04 03:43:48 +00:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|