{
  "name": "artillery-plugin-cloudwatch-seconds",
  "version": "1.0.14",
  "description": "A plugin for artillery.io that records response data into cloudwatch.  See https://github.com/shoreditch-ops/artillery.  Also see http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/WhatIsCloudWatch.html.",
  "main": "index.js",
  "scripts": {
    "jscs": "jscs .",
    "jshint": "jshint --exclude node_modules .",
    "unit": "mocha -r aws-sdk --recursive -R min tests",
    "publish": "np"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nordstrom/artillery-plugin-cloudwatch.git"
  },
  "keywords": [
    "artillery",
    "cloudwatch",
    "plugin"
  ],
  "author": "Erik Erikson <erik.m.erikson@nordstrom.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/nordstrom/artillery-plugin-cloudwatch/issues"
  },
  "homepage": "https://github.com/nordstrom/artillery-plugin-cloudwatch#readme",
  "dependencies": {
    "aws-sdk": "^2.3.19"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "jscs": "^3.0.5",
    "jshint": "^2.9.2",
    "mocha": "^2.5.3",
    "np": "^2.16.0"
  },
  "directories": {
    "lib": "lib",
    "test": "tests"
  }
}
