pad.pub0.org/package.json

26 lines
1.0 KiB
JSON
Raw Normal View History

{
"name" : "etherpad-lite",
"description" : "A Etherpad based on node.js",
"homepage" : "https://github.com/Pita/etherpad-lite",
"keywords" : ["etherpad", "realtime", "collaborative", "editor"],
2011-10-26 18:13:10 +00:00
"author" : "Peter 'Pita' Martischka <petermartischka@googlemail.com> - Primary Technology Ltd",
2011-06-02 11:46:10 +00:00
"contributors": [
2011-07-21 19:13:58 +00:00
{ "name": "John McLear",
2011-07-30 11:52:51 +00:00
"name": "Hans Pinckaers",
"name": "Robin Buse"}
2011-06-02 11:46:10 +00:00
],
"dependencies" : {
2011-11-13 00:46:26 +00:00
"socket.io" : "0.8.7",
2011-08-23 17:15:03 +00:00
"ueberDB" : "0.1.2",
2011-11-13 00:46:26 +00:00
"async" : "0.1.15",
"joose" : "3.50.0",
"express" : "2.5.0",
2011-05-30 13:43:44 +00:00
"clean-css" : "0.2.4",
2011-11-13 00:46:26 +00:00
"uglify-js" : "1.1.1",
2011-07-21 19:13:58 +00:00
"gzip" : "0.1.0",
2011-11-13 00:46:26 +00:00
"formidable" : "1.0.7",
"log4js" : "0.3.9"
},
2011-08-22 12:25:42 +00:00
"version" : "1.0.0"
}