{
  "name": "nomoque",
  "version": "0.1.7",
  "description": "Database Centric Distributed Task Queue",
  "keywords": ["task", "queue", "persistent", "priority", "database", "distributed", "mongodb"],
  "homepage": "https://github.com/lsm/nomoque",
  "author": "Senmiao Liu <senmiao.liu@gmail.com>",
  "main": "./index",
  "devDependencies": {
    "mocha": "1.11.0"
  },
  "dependencies": {
    "mongodb-async": "0.3.3",
    "dateformat": "1.0.x",
    "debug": "0.7.2"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "make test"
  }
}