summaryrefslogtreecommitdiffhomepage
path: root/package.json
blob: 823d95162c18624991e36640414cb0b9591d533f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "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"
}