summaryrefslogtreecommitdiff
path: root/package.json
blob: 846ad399bbe0041d84b6ea1a1f5764fb176959f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name"          : "ep-lite",
  "description"   : "A Etherpad based on node.js",
  "url"           : "https://github.com/Pita/etherpad-lite",
  "keywords"      : ["etherpad", "realtime", "collaborative", "editor"],
  "author"        : "Peter 'Pita' Martischka <petermartischka@googlemail.com>",
  "dependencies"  : {
                      "socket.io"  : ">=0.6.17",
                      "ueberDB"    : ">=0.0.1",
                      "async"      : ">=0.1.9"
                    },
  "version"       : "0.0.1",
  "bin"           : { 
                      "ep-lite" : "./bin/run.sh"
                    }
}