lca20-bt/bower.json

27 lines
523 B
JSON
Raw Normal View History

2015-07-02 13:49:38 +00:00
{
"name": "reveal.js",
2017-11-22 13:10:33 +00:00
"version": "3.6.0",
2015-07-02 13:49:38 +00: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 10:27:51 +00:00
"headjs": "~1.0.3"
2015-07-02 13:49:38 +00:00
},
"repository": {
"type": "git",
"url": "git://github.com/hakimel/reveal.js.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
]
}