1
0
mirror of https://github.com/balkian/Web4.0.git synced 2025-07-01 21:32:24 +00:00

Added express as a requirement

This commit is contained in:
J.Fernando Sánchez 2012-05-29 15:27:22 +02:00
parent e5ad0fffbc
commit 051924e67e

View File

@ -1,10 +1,11 @@
{
"name": "Web4.0",
"version" : "0.0.2",
"version" : "0.0.3",
"dependencies":{
"socket.io":"*",
"hook.io":"*",
"Hook.io-mailer":"git+https://github.com/balkian/Hookio-Mailer.git",
"hook.io-web40": "*"
"hook.io-web40": "*",
"express" : "*"
}
}