Commit dff0c67ee75bdb8ee95e86e4a1a536595c96e55c

Authored by Adhidarma Hadiwinoto
1 parent b140449fc2
Exists in master

some file

Showing 2 changed files with 25 additions and 0 deletions Side-by-side Diff

... ... @@ -0,0 +1,3 @@
  1 +/node_modules/
  2 +/config.json
  3 +/logs
... ... @@ -0,0 +1,22 @@
  1 +{
  2 + "name": "komodo-to-simplepay-pln",
  3 + "version": "1.0.0",
  4 + "description": "KOMODO Gateway to SIMPLEPAY - PLN PREPAID",
  5 + "main": "index.js",
  6 + "scripts": {
  7 + "test": "mocha"
  8 + },
  9 + "repository": {
  10 + "type": "git",
  11 + "url": "git@gitlab.kodesumber.com:komodo/komodo-to-simplepay-pln-prepaid.git"
  12 + },
  13 + "keywords": [
  14 + "komodo",
  15 + "ppob",
  16 + "payment",
  17 + "pln",
  18 + "simplepay"
  19 + ],
  20 + "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
  21 + "license": "ISC"
  22 +}