{
  "name": "squiss",
  "version": "2.2.1",
  "description": "High-volume SQS poller",
  "main": "src/index.js",
  "engines": {
    "node": ">=4.2"
  },
  "scripts": {
    "clean": "rm -rf node_modules build coverage",
    "test": "npm run lint && npm run test-cov && npm run check-cov",
    "mocha": "mocha",
    "test-cov": "istanbul cover _mocha",
    "check-cov": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
    "lint": "eslint ./src ./test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TechnologyAdvice/Squiss.git"
  },
  "files": [
    "src"
  ],
  "keywords": [
    "aws",
    "amazon",
    "sqs",
    "polling",
    "poll",
    "poller",
    "queue"
  ],
  "author": "TechnologyAdvice <devteam+squiss@technologyadvice.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/TechnologyAdvice/Squiss/issues"
  },
  "homepage": "https://github.com/TechnologyAdvice/Squiss#readme",
  "dependencies": {
    "aws-sdk": "^2.10.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "delay": "^1.3.1",
    "dirty-chai": "^1.2.2",
    "eslint": "^3.15.0",
    "istanbul": "^0.4.3",
    "mocha": "^3.2.0",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0"
  }
}
