-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 873 Bytes
/
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
{
"name": "artillery-engine-rediscluster",
"version": "1.0.3",
"description": "Load test Redis with Artillery.io",
"main": "index.js",
"scripts": {
"test": "node test/index.js"
},
"keywords": [
"redis",
"redis-clustr",
"load"
],
"author": "klmallory",
"license": "MPL-2.0",
"repository": "klmallory/artillery-engine-rediscluster",
"devDependencies": {
"debug": "^2.6.4",
"eslint": ">=4.18.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"semistandard": "^11.0.0",
"tape": "^4.6.3"
},
"dependencies": {
"artillery-core": "^4.6.0",
"async": "^1.5.2",
"debug": "^2.6.6",
"lodash": "^4.17.4",
"redis":">=2.8.0",
"redis-clustr":">=1.7.0"
}
}