package.json 695 Bytes
{
  "name": "store-dompul-stock",
  "version": "0.0.1",
  "description": "Store DOMPUL stock in Redis",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.kodesumber.com:reload97/store-dompul-stock.git"
  },
  "keywords": [
    "Reload97",
    "ST24",
    "PPOB",
    "Server",
    "Pulsa"
  ],
  "author": "Adhidarma Hadiwinoto",
  "license": "BSD",
  "dependencies": {
    "redis": "~0.12.1",
    "hiredis": "~0.3.0",
    "iniparser": "~1.0.5",
    "winston": "~1.0.0",
    "node-simple-router": "~0.9.4-2",
    "js2xmlparser": "~0.1.9",
    "xml": "~1.0.0",
    "xmlbuilder": "~2.6.2"
  }
}