{
  "name": "kue-mock",
  "version": "0.3.0",
  "description": "Kue job/process stub/mock helpers for testing purposes",
  "repository": "kerimdzhanov/kue-mock",
  "homepage": "https://github.com/kerimdzhanov/kue-mock",
  "bugs": {
    "url": "https://github.com/kerimdzhanov/kue-mock/issues"
  },
  "keywords": [
    "kue",
    "test",
    "mock",
    "stub",
    "sinon"
  ],
  "peerDependencies": {
    "kue": ">=0.8"
  },
  "dependencies": {
    "q": "^1.4.1",
    "sinon": "^1.17.4"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "conventional-changelog": "^1.1.24",
    "istanbul": "^0.4.4",
    "kue": "^0.11.1",
    "mocha": "^2.5.3",
    "sinon-chai": "^2.8.0"
  },
  "main": "lib/kue-mock.js",
  "scripts": {
    "test": "make test",
    "changelog": "conventional-changelog -i CHANGELOG.md -s"
  },
  "author": "Dan Kerimdzhanov",
  "license": "MIT"
}
