artillery-plugin-datadog
Version:
Datadog output plugin for Artillery
27 lines (26 loc) • 589 B
JSON
{
"name": "artillery-plugin-datadog",
"version": "0.2.0",
"description": "Datadog output plugin for Artillery",
"main": "src/index.js",
"keywords": [
"datadog",
"artillery",
"load test"
],
"author": "Ando Roots <ando.roots@bigbank.ee>",
"license": "Apache-2.0",
"dependencies": {
"debug": "2.2.0",
"datadog-metrics": "^0.8.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec && coffeelint src/"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-string": "^1.2",
"mocha": "^3.0",
"coffeelint": "^1.15"
}
}