2011-05-08 20:10:42 +02:00
|
|
|
{
|
|
|
|
"name" : "ep-lite",
|
|
|
|
"description" : "A Etherpad based on node.js",
|
2011-05-28 19:09:17 +02:00
|
|
|
"homepage" : "https://github.com/Pita/etherpad-lite",
|
2011-05-08 20:10:42 +02:00
|
|
|
"keywords" : ["etherpad", "realtime", "collaborative", "editor"],
|
|
|
|
"author" : "Peter 'Pita' Martischka <petermartischka@googlemail.com>",
|
2011-06-02 13:46:10 +02:00
|
|
|
"contributors": [
|
2011-07-21 21:13:58 +02:00
|
|
|
{ "name": "John McLear",
|
|
|
|
"name": "Hans Pinckaers"}
|
2011-06-02 13:46:10 +02:00
|
|
|
],
|
2011-05-08 20:10:42 +02:00
|
|
|
"dependencies" : {
|
2011-07-12 12:01:07 +02:00
|
|
|
"socket.io" : "0.7.7",
|
2011-07-29 17:46:43 +02:00
|
|
|
"ueberDB" : "0.0.11",
|
2011-05-28 19:09:17 +02:00
|
|
|
"async" : "0.1.9",
|
|
|
|
"joose" : "3.18.0",
|
2011-07-26 17:45:39 +02:00
|
|
|
"express" : "2.4.3",
|
2011-05-30 15:43:44 +02:00
|
|
|
"clean-css" : "0.2.4",
|
2011-07-26 17:45:39 +02:00
|
|
|
"uglify-js" : "1.0.6",
|
2011-07-21 21:13:58 +02:00
|
|
|
"gzip" : "0.1.0",
|
|
|
|
"formidable" : "1.0.2"
|
2011-05-08 20:10:42 +02:00
|
|
|
},
|
2011-06-02 13:46:10 +02:00
|
|
|
"version" : "0.0.4"
|
2011-05-08 20:10:42 +02:00
|
|
|
}
|