25 lines
1,018 B
JSON
25 lines
1,018 B
JSON
{
|
|
"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>",
|
|
"contributors": [
|
|
{ "name": "John McLear",
|
|
"name": "Hans Pinckaers",
|
|
"name": "Robin Buse"}
|
|
],
|
|
"dependencies" : {
|
|
"socket.io" : "0.7.9",
|
|
"ueberDB" : "0.1.0",
|
|
"async" : "0.1.9",
|
|
"joose" : "3.18.0",
|
|
"express" : "2.4.4",
|
|
"clean-css" : "0.2.4",
|
|
"uglify-js" : "1.0.6",
|
|
"gzip" : "0.1.0",
|
|
"formidable" : "1.0.2",
|
|
"log4js" : "0.3.7"
|
|
},
|
|
"version" : "0.0.4"
|
|
}
|