package.json 1.04 KB
{
  "name": "komodo-sdk",
  "version": "1.20.0",
  "description": "SDK for Komodo",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.kodesumber.com:komodo/komodo-sdk.git"
  },
  "keywords": [
    "ppob",
    "payment",
    "komodo"
  ],
  "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
  "license": "ISC",
  "dependencies": {
    "basic-auth": "^2.0.0",
    "body-parser": "^1.18.2",
    "express": "^4.16.3",
    "express-session": "^1.15.6",
    "lru-cache": "^4.1.1",
    "macaddress": "^0.2.8",
    "moment": "^2.19.1",
    "node-machine-id": "^1.1.10",
    "node-natural-sort": "^0.8.6",
    "numeral": "^2.0.6",
    "nunjucks": "^3.0.1",
    "redis": "^2.8.0",
    "request": "^2.81.0",
    "sha1": "^1.1.1",
    "simple-git": "^1.80.1",
    "strftime": "^0.10.0",
    "uniqid": "^4.1.1",
    "uuid": "^3.1.0",
    "winston": "^2.3.1",
    "winston-circular-buffer": "^1.0.0",
    "winston-daily-rotate-file": "^1.4.6"
  }
}