forked from yeahoffline/redis-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "redis-mock",
"version": "0.5.1",
"description": "Redis client mock object for unit testing",
"author": "Kristian Faeldt <kristian.faeldt@gmail.com>",
"main": "./lib/redis-mock",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yeahoffline/redis-mock"
},
"devDependencies": {
"should": "5.1.0",
"mocha": "2.2.1",
"redis": "0.12.1"
},
"scripts": {
"test": "make test"
},
"keywords": [
"redis",
"redis-mock",
"mock-redis",
"redis test",
"redis mock",
"redis testing",
"redis fake",
"redis-js",
"redis js",
"redisjs",
"redis standalone",
"redis inmemory",
"redis memory",
"in-memory"
],
"contributors": [
"lahabana (Charly Molter) <charly.molter@gmail.com>",
"yeahoffline (Frank) <frank.gasser@gmail.com>",
"cmawhorter (cory) <cory.mawhorter@gmail.com>",
"pmarques (Patrick Marques) <>"
],
"bugs": {
"url" : "https://github.com/yeahoffline/redis-mock/issues",
"email" : "frank.gasser@gmail.com"
},
"engine": "node >= 0.10.0"
}