mock-redis-client
Version:
A redis mock for node development
62 lines (61 loc) • 1.56 kB
JSON
{
"name": "mock-redis-client",
"version": "00.91.13",
"description": "A redis mock for node development",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/darrylwest/mock-redis-client.git"
},
"scripts": {
"test": "grunt testAll"
},
"keywords": [
"redis",
"mock-redis",
"redis-mock"
],
"dependencies": {
"lodash": "^4.5.0",
"node-redis-mock": "^0.2.14"
},
"devDependencies": {
"simple-node-logger": "^0.93.11",
"casual": "~1.4.5",
"chai": "~1.8.1",
"express-mocks-http": "0.0.11",
"grunt": "~0.4.2",
"grunt-concurrent": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "~0.8.1",
"grunt-nsp-package": "0.0.5",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.1.0",
"mocha": "~1.16.2",
"node-uuid": "^1.4.1",
"time-grunt": "~0.1.1"
},
"author": {
"name":"darryl west",
"email":"darryl.west@raincitysoftware.com",
"url":"http://blog.raincitysoftware.com"
},
"contributors":[
{
"name":"darryl west",
"email":"darryl.west@raincitysoftware.com",
"url":"http://blog.raincitysoftware.com"
},
{
"name":"Joseph Podwys",
"email":"joseph@podwys.com",
"url":"http://joepodwys.com"
}
],
"license": "Apache 2.0",
"homepage": "https://github.com/darrylwest/mock-redis-client"
}