{
  "name": "sqs-producer",
  "version": "1.6.3",
  "description": "Enqueues messages onto a given SQS queue",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "coverage": "nyc mocha && nyc report --reporter=html && nyc report --reporter=json-summary",
    "lint": "jshint .",
    "lcov": "istanbul cover _mocha -- -R dot"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bbc/sqs-producer.git"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/bbc/sqs-producer/issues"
  },
  "keywords": [
    "aws",
    "sqs",
    "producer",
    "queue"
  ],
  "homepage": "https://github.com/bbc/sqs-producer",
  "dependencies": {
    "aws-sdk": "^2.393.0",
    "lodash": "^4.17.4"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.5.1",
    "nyc": "^13.1.0",
    "jshint": "^2.5.10",
    "mocha": "^5.2.0",
    "sinon": "^7.2.2"
  },
  "jshintConfig": {
    "quotmark": "single",
    "unused": true,
    "undef": true,
    "node": true,
    "globals": {
      "describe": false,
      "it": false,
      "before": false,
      "beforeEach": false,
      "after": false,
      "afterEach": false
    }
  }
}
