2015-07-02 15:49:38 +02:00
|
|
|
{
|
|
|
|
"name": "reveal.js",
|
2017-01-25 10:51:25 +01:00
|
|
|
"version": "3.4.1",
|
2015-07-02 15:49:38 +02:00
|
|
|
"main": [
|
|
|
|
"js/reveal.js",
|
|
|
|
"css/reveal.css"
|
|
|
|
],
|
|
|
|
"homepage": "http://lab.hakim.se/reveal-js/",
|
|
|
|
"license": "MIT",
|
|
|
|
"description": "The HTML Presentation Framework",
|
|
|
|
"authors": [
|
|
|
|
"Hakim El Hattab <hakim.elhattab@gmail.com>"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2015-10-02 12:27:51 +02:00
|
|
|
"headjs": "~1.0.3"
|
2015-07-02 15:49:38 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/hakimel/reveal.js.git"
|
|
|
|
},
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test"
|
|
|
|
]
|
|
|
|
}
|