123456789101112131415161718192021222324252627 |
- {
- "name": "reveal.js",
- "version": "3.7.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>"
- ],
- "dependencies": {
- "headjs": "~1.0.3"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/hakimel/reveal.js.git"
- },
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test"
- ]
- }
|