{
  "name": "simple_message_broker",
  "version": "1.0.1",
  "description": "The simple message broker implement by using redis queue",
  "main": "index.js",
  "scripts": {
    "test": "N/A"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tranchiendang/simple-message-queue.git"
  },
  "keywords": [
    "redis",
    "message",
    "broker"
  ],
  "dependencies": {
    "dotenv": "^4.0.0",
    "redis": "^2.8.0"
  },
  "author": "tranchiendang@gmail.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tranchiendang/simple-message-queue/issues"
  },
  "homepage": "https://github.com/tranchiendang/simple-message-queue#readme"
}
