{
  "name": "qued",
  "version": "0.0.10",
  "description": "A simple worker queue that works.",
  "main": "index.js",
  "scripts": {
    "test": "mocha --recursive --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sjlu/qued.git"
  },
  "keywords": [
    "worker",
    "queue"
  ],
  "author": "Steven Lu <tacticalazn@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sjlu/qued/issues"
  },
  "homepage": "https://github.com/sjlu/qued",
  "devDependencies": {
    "chai": "^1.10.0",
    "jshint": "^2.5.10",
    "mocha": "^2.0.1"
  },
  "dependencies": {
    "lodash": "^2.4.1",
    "redis": "^0.12.1",
    "winston": "^0.8.3"
  }
}
