package.json 523 Bytes
{
  "name": "store-dompul-stock",
  "version": "0.0.1",
  "description": "Store DOMPUL stock in Redis",
  "main": "index.js",
  "scripts": {
    "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"
  }
}