mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 12:49:13 -04:00
update for express 4.x
This commit is contained in:
parent
7b86eb09bc
commit
d0b39c01fb
8 changed files with 25 additions and 24 deletions
|
@ -18,9 +18,10 @@
|
|||
"resolve" : "1.1.6",
|
||||
"socket.io" : "1.3.5",
|
||||
"ueberDB" : "0.2.15",
|
||||
"express" : "3.8.1",
|
||||
"express" : "4.12.3",
|
||||
"express-session" : "1.10.4",
|
||||
"cookie-parser" : "1.3.4",
|
||||
"async" : "0.9.0",
|
||||
"connect" : "2.7.11",
|
||||
"clean-css" : "3.1.9",
|
||||
"uglify-js" : "2.4.19",
|
||||
"formidable" : "1.0.17",
|
||||
|
@ -48,7 +49,7 @@
|
|||
"devDependencies": {
|
||||
"wd" : "0.3.11"
|
||||
},
|
||||
"engines" : { "node" : ">=0.6.3",
|
||||
"engines" : { "node" : ">=0.10.0",
|
||||
"npm" : ">=1.0"
|
||||
},
|
||||
"repository" : { "type" : "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue