forked from complotti/dataEconomy
24 lines
No EOL
464 B
JSON
24 lines
No EOL
464 B
JSON
{
|
|
"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"
|
|
]
|
|
} |