2011-05-08 20:10:42 +02:00
|
|
|
{
|
2011-08-17 18:49:38 +02:00
|
|
|
"name" : "etherpad-lite",
|
2011-05-08 20:10:42 +02:00
|
|
|
"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"],
|
2011-10-26 20:13:10 +02:00
|
|
|
"author" : "Peter 'Pita' Martischka <petermartischka@googlemail.com> - Primary Technology Ltd",
|
2011-06-02 13:46:10 +02:00
|
|
|
"contributors": [
|
2011-07-21 21:13:58 +02:00
|
|
|
{ "name": "John McLear",
|
2011-07-30 13:52:51 +02:00
|
|
|
"name": "Hans Pinckaers",
|
|
|
|
"name": "Robin Buse"}
|
2011-06-02 13:46:10 +02:00
|
|
|
],
|
2011-05-08 20:10:42 +02:00
|
|
|
"dependencies" : {
|
2011-12-04 17:09:31 +01:00
|
|
|
"socket.io" : "0.8.7",
|
2011-12-10 18:04:19 +01:00
|
|
|
"ueberDB" : "0.1.5",
|
2011-12-04 17:09:31 +01:00
|
|
|
"async" : "0.1.15",
|
|
|
|
"joose" : "3.50.0",
|
|
|
|
"express" : "2.5.0",
|
|
|
|
"clean-css" : "0.2.4",
|
|
|
|
"uglify-js" : "1.1.1",
|
|
|
|
"gzip" : "0.1.0",
|
|
|
|
"formidable" : "1.0.7",
|
|
|
|
"log4js" : "0.3.9",
|
|
|
|
"jsdom-nocontextifiy" : "0.2.10",
|
|
|
|
"async-stacktrace" : "0.0.2"
|
2011-05-08 20:10:42 +02:00
|
|
|
},
|
2011-08-22 14:25:42 +02:00
|
|
|
"version" : "1.0.0"
|
2011-05-08 20:10:42 +02:00
|
|
|
}
|