-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1 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
{
"name": "telegraf-statsd",
"version": "2.2.1",
"description": "Telegraf statsd middleware",
"main": "lib/stats.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/telegraf/telegraf-statsd.git"
},
"keywords": [
"telegram",
"telegram bot",
"telegraf",
"bot framework",
"statsd",
"stats"
],
"author": "Vitaly Domnikov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/telegraf/telegraf-statsd/issues"
},
"homepage": "https://github.com/telegraf/telegraf-statsd#readme",
"engines": {
"node": ">=6.2.0"
},
"files": [
"lib/stats.js"
],
"dependencies": {
"debug": "^2.2.0",
"statsy": "^0.2.0"
},
"peerDependencies": {
"telegraf": "^2.0.0 || ^3.0.0"
},
"devDependencies": {
"eslint": "^3.16.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-promise": "^3.4.2",
"eslint-plugin-standard": "^2.0.1",
"telegraf": "^3.6.6"
}
}