etherpad-lite/package.json

26 lines
1013 B
JSON
Raw Normal View History

{
"name" : "ep-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>",
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
],
"dependencies" : {
"socket.io" : "0.7.8",
"ueberDB" : "0.0.14",
"async" : "0.1.9",
"joose" : "3.18.0",
"express" : "2.4.4",
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",
2011-07-31 19:25:51 +02:00
"formidable" : "1.0.2",
"log4js" : "0.3.7"
},
2011-06-02 13:46:10 +02:00
"version" : "0.0.4"
}