etherpad-lite/package.json

19 lines
709 B
JSON

{
"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.18",
"ueberDB" : ">=0.0.3",
"async" : ">=0.1.9",
"joose" : ">=3.18.0",
"express" : ">=2.3.6"
},
"version" : "0.0.3",
"bin" : {
"ep-lite" : "./bin/run.sh"
}
}