123456789101112131415161718192021222324252627282930 |
- {
- "author": "Hakim El Hattab",
- "name": "reveal.js",
- "description": "HTML5 Slideware with Presenter Notes",
- "version": "1.5.1",
- "repository": {
- "type": "git",
- "url": "git://github.com/hakimel/reveal.js.git"
- },
- "engines": {
- "node": "0.8.*"
- },
- "scripts": {
- "start": "node ./plugin/multiplex/index.js"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/hakimel/reveal.js/raw/master/LICENSE"
- }
- ],
- "dependencies": {
- "underscore": "1.3.3",
- "express": "2.5.9",
- "socket.io": "0.9.6",
- "mustache": "0.4.0"
- },
- "devDependencies": {},
- "subdomain": "revealjs"
- }
|