updated deps
This commit is contained in:
parent
7244666e65
commit
d3de832f37
@ -14,6 +14,10 @@ npm install
|
||||
node app.js [development | production]
|
||||
```
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
Mapnik r
|
||||
|
||||
|
||||
Core features
|
||||
-------------
|
||||
|
@ -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,
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user