add locker module

This commit is contained in:
Ivan Socolsky 2015-04-07 16:34:48 -03:00
parent 49de272cbd
commit b555e3fe94
2 changed files with 9 additions and 0 deletions

View File

@ -21,6 +21,14 @@ var config = {
},
*/
},
lockOpts: {
/* To use locker-server, uncomment this:
lockerServer: {
host: 'localhost',
port: 3003,
},
*/
},
},
};
module.exports = config;

View File

@ -28,6 +28,7 @@
"inherits": "^2.0.1",
"leveldown": "^0.10.0",
"levelup": "^0.19.0",
"locker": "^0.1.0",
"lodash": "^3.3.1",
"mocha-lcov-reporter": "0.0.1",
"morgan": "*",