summaryrefslogtreecommitdiff
path: root/package.json
blob: b044b771bf82ab78060e56451ac9e149144a2abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name"          : "ep-lite",
  "description"   : "A Etherpad based on node.js",
  "homepage"      : "https://github.com/Pita/etherpad-lite",
  "keywords"      : ["etherpad", "realtime", "collaborative", "editor"],
  "author"        : "Peter 'Pita' Martischka <petermartischka@googlemail.com>",
  "contributors": [
                    { "name": "Hans Pinckaers"}
                  ],
  "dependencies"  : {
                      "socket.io"  : "0.7.2",
                      "ueberDB"    : "0.0.8",
                      "async"      : "0.1.9",
                      "joose"      : "3.18.0",
                      "express"    : "2.3.12",
                      "clean-css"  : "0.2.4",
                      "uglify-js"  : "1.0.2",
                      "gzip"       : "0.1.0"
                    },
  "version"       : "0.0.4"
}