etherpad-lite/package.json

22 lines
874 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": [
{ "name": "Hans Pinckaers"}
],
"dependencies" : {
"socket.io" : "https://github.com/Pita/socket.io/tarball/master",
2011-06-20 16:37:41 +02:00
"ueberDB" : "0.0.8",
"async" : "0.1.9",
"joose" : "3.18.0",
2011-06-23 12:26:09 +02:00
"express" : "2.3.12",
2011-05-30 15:43:44 +02:00
"clean-css" : "0.2.4",
"uglify-js" : "1.0.2",
"gzip" : "0.1.0"
},
2011-06-02 13:46:10 +02:00
"version" : "0.0.4"
}