aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 68514f439c73012b43d22b8599b6730192211773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "author": "Hakim El Hattab",
  "name": "Reveal.js",
  "description": "HTML5 Slideware with Presenter Notes",
  "version": "1.5.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/hakimel/reveal.js.git"
  },
  "engines": {
    "node": "~0.6.8"
  },
  "dependencies": {
    "express" : "2.5.9",
    "socket.io" : "0.9.6"
  },
  "devDependencies": {}
}