artillery-plugin-statsd
Version:
Statsd output plugin for Artillery
29 lines (28 loc) • 592 B
JSON
{
"name": "artillery-plugin-statsd",
"version": "2.2.1",
"description": "Statsd output plugin for Artillery",
"main": "index.js",
"scripts": {
"test": "node test/index.js | tap-spec"
},
"keywords": [
"statsd",
"artillery"
],
"author": "Hassy Veldstra <h@veldstra.org>",
"contributors": [
"Anthony DiPirro (https://github.com/adipirro)"
],
"license": "ISC",
"dependencies": {
"debug": "^3.1.0",
"lodash": "^4.17.11",
"lynx": "^0.2.0"
},
"devDependencies": {
"eslint": "^3.9.0",
"tap-spec": "^5.0.0",
"tape": "^4.6.2"
}
}