UNPKG

1.64 kBJSONView Raw
1{
2 "name": "redis-mock",
3 "version": "0.56.3",
4 "description": "Redis client mock object for unit testing",
5 "author": "Kristian Faeldt <kristian.faeldt@gmail.com>",
6 "main": "./lib/index",
7 "license": "MIT",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/yeahoffline/redis-mock"
11 },
12 "devDependencies": {
13 "eslint": "^5.16.0",
14 "mocha": "6.2.3",
15 "should": "13.2.3",
16 "redis": "^3.0.2"
17 },
18 "scripts": {
19 "test": "mocha --timeout 5000 --recursive",
20 "test:valid": "VALID_TESTS=true npm run test -- --exit",
21 "lint": "eslint ./lib ./test",
22 "preversion": "node ./bin/updateMockedCoverage.js && git add README.md && git commit --amend --no-edit"
23 },
24 "files": [
25 "lib"
26 ],
27 "keywords": [
28 "redis",
29 "redis-mock",
30 "mock-redis",
31 "redis test",
32 "redis mock",
33 "redis testing",
34 "redis fake",
35 "redis-js",
36 "redis js",
37 "redisjs",
38 "redis standalone",
39 "redis inmemory",
40 "redis memory",
41 "in-memory"
42 ],
43 "contributors": [
44 "lahabana (Charly Molter) <charly.molter@gmail.com>",
45 "yeahoffline (Frank) <frank.gasser@gmail.com>",
46 "cmawhorter (cory) <cory.mawhorter@gmail.com>",
47 "pmarques (Patrick Marques) <>",
48 "matthewmatician (Matthew Larson) <matthewmatician@gmail.com>",
49 "christian-muertz (Christian Mürtz) <teraarts@t-online.de>",
50 "DawidLoubser (Dawid Loubser) <dawid.loubser@gmail.com>",
51 "kamiljano (Kamil Janowski) <kgjanowski@gmail.com>"
52 ],
53 "bugs": {
54 "url": "https://github.com/yeahoffline/redis-mock/issues",
55 "email": "frank.gasser@gmail.com"
56 },
57 "engines": {
58 "node": ">=6"
59 }
60}