etherpad-lite/package.json
2011-10-17 23:50:08 +02:00

25 lines
No EOL
1,017 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.8.5",
"ueberDB" : "0.1.2",
"async" : "0.1.12",
"joose" : "3.50.0",
"express" : "2.4.7",
"clean-css" : "0.2.4",
"uglify-js" : "1.1.1",
"gzip" : "0.1.0",
"formidable" : "1.0.6",
"log4js" : "0.3.9"
},
"version" : "1.0.0"
}