package.json 569 Bytes
{
  "name": "r97-topup-message-monitor",
  "version": "0.0.1",
  "description": "Monitor TOPUP MESSAGE via Redis PUBSUB",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.kodesumber.com:reload97/r97-topup-message-monitor.git"
  },
  "keywords": [
    "sate24",
    "reload97",
    "r97",
    "st24"
  ],
  "author": "Adhidarma Hadiwinoto <adhisimon@gmail.com>",
  "license": "BSD",
  "dependencies": {
    "redis": "~0.12.1",
    "iniparser": "~1.0.5"
  }
}