summaryrefslogtreecommitdiff
path: root/package.json
blob: 0a73b923e0938221e2dd9b802d9b289965d0a280 (plain)
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
{
  "name"          : "etherpad-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> - Primary Technology Ltd",
  "contributors": [
                    { "name": "John McLear", 
                      "name": "Hans Pinckaers",
                      "name": "Robin Buse"}
                  ],
  "dependencies"  : {
                      "socket.io"           : "0.8.7",
                      "ueberDB"             : "0.1.3",
                      "async"               : "0.1.15",
                      "joose"               : "3.50.0",
                      "express"             : "2.5.0",
                      "clean-css"           : "0.2.4",
                      "uglify-js"           : "1.1.1",
                      "gzip"                : "0.1.0",
                      "formidable"          : "1.0.7",
                      "log4js"              : "0.3.9",
                      "jsdom-nocontextifiy" : "0.2.10",
                      "async-stacktrace"    : "0.0.2"
                    },
  "version"       : "1.0.0"
}