updated deps

This commit is contained in:
Simon Tokumine 2011-09-06 14:41:43 +01:00
parent 7244666e65
commit d3de832f37
3 changed files with 6 additions and 2 deletions

View File

@ -14,6 +14,10 @@ npm install
node app.js [development | production]
```
Dependencies
------------
Mapnik r
Core features
-------------

View File

@ -1,5 +1,5 @@
module.exports.name = 'test';
module.exports.postgres = {user: 'postgres', host: '127.0.0.1', port: 5432};
module.exports.postgres = {user: 'postgres', host: '127.0.0.1', port: 5432};
module.exports.redis = {host: '127.0.0.1',
port: 6379,
idleTimeoutMillis: 1,

View File

@ -16,7 +16,7 @@
},
"dependencies": {
"underscore" : "1.1.x",
"windshaft" : "0.0.4",
"windshaft" : "0.0.5",
"step": "0.0.x",
"generic-pool": "1.0.x",
"redis": "0.6.7",