-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 848 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 848 Bytes
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": "@telemetry-js/collector-redis",
"version": "0.0.7",
"description": "Collect Redis metrics",
"license": "MIT",
"author": "Vincent Weevers",
"scripts": {
"test": "standard && hallmark && node test"
},
"files": [
"index.js"
],
"dependencies": {
"@telemetry-js/match-metric-names": "^0.0.3",
"@telemetry-js/metric": "^0.1.2",
"ioredis": "~4.2.0",
"redis-info": "~3.0.6"
},
"devDependencies": {
"hallmark": "^3.1.0",
"proxyquire": "^2.1.0",
"standard": "^14.3.4",
"tape": "^4.9.1"
},
"repository": "telemetry-js/collector-redis",
"bugs": "https://github.com/telemetry-js/collector-redis/issues",
"homepage": "https://github.com/telemetry-js/collector-redis",
"keywords": [
"metrics",
"measurements",
"telemetry"
],
"engines": {
"node": ">=6"
}
}