mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 20:59:14 -04:00
Import works now on the server side
This commit is contained in:
parent
4b268f9579
commit
b13fbbfd73
7 changed files with 235 additions and 76 deletions
|
@ -5,7 +5,8 @@
|
|||
"keywords" : ["etherpad", "realtime", "collaborative", "editor"],
|
||||
"author" : "Peter 'Pita' Martischka <petermartischka@googlemail.com>",
|
||||
"contributors": [
|
||||
{ "name": "Hans Pinckaers"}
|
||||
{ "name": "John McLear",
|
||||
"name": "Hans Pinckaers"}
|
||||
],
|
||||
"dependencies" : {
|
||||
"socket.io" : "0.7.7",
|
||||
|
@ -15,7 +16,8 @@
|
|||
"express" : "2.4.2",
|
||||
"clean-css" : "0.2.4",
|
||||
"uglify-js" : "1.0.4",
|
||||
"gzip" : "0.1.0"
|
||||
"gzip" : "0.1.0",
|
||||
"formidable" : "1.0.2"
|
||||
},
|
||||
"version" : "0.0.4"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue