artillery-plugin-dynamodb
Version:
A plugin for artillery.io that publishes stats to DynamoDB. See https://github.com/shoreditch-ops/artillery. Also see http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html
37 lines (36 loc) • 1 kB
JSON
{
"name": "artillery-plugin-dynamodb",
"version": "0.0.2",
"description": "A plugin for artillery.io that publishes stats to DynamoDB. See https://github.com/shoreditch-ops/artillery. Also see http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html",
"main": "index.js",
"scripts": {
"jscs": "jscs .",
"jshint": "jshint --exclude node_modules .",
"test": "mocha -r aws-sdk --recursive -R min tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orchestrated-io/artillery-plugin-dynamodb"
},
"keywords": [
"artillery",
"dynamodb",
"plugin"
],
"author": "Orchestrated Systems",
"license": "Apache-2.0",
"homepage": "https://github.com/orchestrated-io/artillery-plugin-dynamodb#readme",
"dependencies": {
"aws-sdk": "^2.3.19"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"pre-commit": "^1.1.3"
},
"pre-commit": [
"jscs",
"jshint",
"test"
]
}