2011-05-08 18:10:42 +00:00
|
|
|
{
|
2011-08-17 16:49:38 +00:00
|
|
|
"name" : "etherpad-lite",
|
2011-05-08 18:10:42 +00:00
|
|
|
"description" : "A Etherpad based on node.js",
|
2011-05-28 17:09:17 +00:00
|
|
|
"homepage" : "https://github.com/Pita/etherpad-lite",
|
2011-05-08 18:10:42 +00:00
|
|
|
"keywords" : ["etherpad", "realtime", "collaborative", "editor"],
|
|
|
|
"author" : "Peter 'Pita' Martischka <petermartischka@googlemail.com>",
|
2011-06-02 11:46:10 +00:00
|
|
|
"contributors": [
|
2011-07-21 19:13:58 +00:00
|
|
|
{ "name": "John McLear",
|
2011-07-30 11:52:51 +00:00
|
|
|
"name": "Hans Pinckaers",
|
|
|
|
"name": "Robin Buse"}
|
2011-06-02 11:46:10 +00:00
|
|
|
],
|
2011-05-08 18:10:42 +00:00
|
|
|
"dependencies" : {
|
2011-08-13 19:06:38 +00:00
|
|
|
"socket.io" : "0.7.9",
|
2011-08-17 11:30:35 +00:00
|
|
|
"ueberDB" : "0.1.0",
|
2011-05-28 17:09:17 +00:00
|
|
|
"async" : "0.1.9",
|
|
|
|
"joose" : "3.18.0",
|
2011-08-08 19:19:16 +00:00
|
|
|
"express" : "2.4.4",
|
2011-05-30 13:43:44 +00:00
|
|
|
"clean-css" : "0.2.4",
|
2011-07-26 15:45:39 +00:00
|
|
|
"uglify-js" : "1.0.6",
|
2011-07-21 19:13:58 +00:00
|
|
|
"gzip" : "0.1.0",
|
2011-07-31 17:25:51 +00:00
|
|
|
"formidable" : "1.0.2",
|
|
|
|
"log4js" : "0.3.7"
|
2011-05-08 18:10:42 +00:00
|
|
|
},
|
2011-06-02 11:46:10 +00:00
|
|
|
"version" : "0.0.4"
|
2011-05-08 18:10:42 +00:00
|
|
|
}
|