UNPKG

641 BJSONView Raw
1{ "name": "fakeredis",
2 "version": "0.1.5",
3 "description": "Fake redis for testing, works as a drop-in replacement for node_redis",
4 "keywords": [ "test", "spec", "fake", "redis", "simulated", "implementation", "client" ],
5 "author": "Hristo Dachev <tutini@gmail.com>",
6 "main": "./main.js",
7 "dependencies": {
8 "redis": ">= 0.7"
9 },
10 "bugs": {
11 "mail": "tutini@gmail.com",
12 "url": "http://github.com/hdachev/fakeredis/issues"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/hdachev/fakeredis.git"
17 },
18 "scripts": {
19 "test": "node test"
20 }
21}