Commit dff0c67ee75bdb8ee95e86e4a1a536595c96e55c
1 parent
b140449fc2
Exists in
master
some file
Showing 2 changed files with 25 additions and 0 deletions Side-by-side Diff
.gitignore
package.json
... | ... | @@ -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 | +} |