2011-05-08 18:10:42 +00:00
|
|
|
{
|
|
|
|
"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-19 12:15:33 +00:00
|
|
|
"ueberDB" : ">=0.0.3",
|
2011-05-16 15:36:19 +00:00
|
|
|
"async" : ">=0.1.9",
|
2011-05-19 16:36:26 +00:00
|
|
|
"joose" : ">=3.18.0",
|
|
|
|
"express" : ">=2.3.4"
|
2011-05-08 18:10:42 +00:00
|
|
|
},
|
2011-05-19 22:03:52 +00:00
|
|
|
"version" : "0.0.2",
|
2011-05-08 18:10:42 +00:00
|
|
|
"bin" : {
|
|
|
|
"ep-lite" : "./bin/run.sh"
|
|
|
|
}
|
|
|
|
}
|