fa20-bt/bower.json

24 lines
464 B
JSON
Raw Normal View History

2015-07-02 13:49:38 +00:00
{
"name": "reveal.js",
2020-01-31 10:11:23 +00:00
"version": "3.9.2",
2015-07-02 13:49:38 +00:00
"main": [
"js/reveal.js",
"css/reveal.css"
],
2017-11-22 13:46:55 +00:00
"homepage": "http://revealjs.com",
2015-07-02 13:49:38 +00:00
"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"
]
}