pad.pub0.org/package.json

18 lines
661 B
JSON
Raw Normal View History

{
"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" : {
2011-05-14 16:45:15 +00:00
"socket.io" : ">=0.6.17",
2011-05-14 20:57:30 +00:00
"ueberDB" : ">=0.0.2",
2011-05-16 15:36:19 +00:00
"async" : ">=0.1.9",
"joose" : ">=3.18.0"
},
"version" : "0.0.1",
"bin" : {
"ep-lite" : "./bin/run.sh"
}
}