Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: KOB1
Views: 395
1
{
2
"name": "reveal.js",
3
"version": "3.2.0",
4
"main": [
5
"js/reveal.js",
6
"css/reveal.css"
7
],
8
"homepage": "http://lab.hakim.se/reveal-js/",
9
"license": "MIT",
10
"description": "The HTML Presentation Framework",
11
"authors": [
12
"Hakim El Hattab <[email protected]>"
13
],
14
"dependencies": {
15
"headjs": "~1.0.3"
16
},
17
"repository": {
18
"type": "git",
19
"url": "git://github.com/hakimel/reveal.js.git"
20
},
21
"ignore": [
22
"**/.*",
23
"node_modules",
24
"bower_components",
25
"test"
26
]
27
}
28