Commit f2bf78e38a52323da6cce655c9c44ba7b23812c2
1 parent
193321c53e
Exists in
master
some deps
Showing 2 changed files with 7 additions and 1 deletions Inline Diff
.gitignore
File was created | 1 | node_modules/ | |
2 |
package.json
1 | { | 1 | { |
2 | "name": "sate24-to-masterpulsa-voucher", | 2 | "name": "sate24-to-masterpulsa-voucher", |
3 | "version": "1.0.0", | 3 | "version": "1.0.0", |
4 | "description": "ST24 to Master Pulsa - Voucher Prepaid", | 4 | "description": "ST24 to Master Pulsa - Voucher Prepaid", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "mocha" | 7 | "test": "mocha" |
8 | }, | 8 | }, |
9 | "repository": { | 9 | "repository": { |
10 | "type": "git", | 10 | "type": "git", |
11 | "url": "git@gitlab.kodesumber.com:reload97/sate24-to-masterpulsa-voucher.git" | 11 | "url": "git@gitlab.kodesumber.com:reload97/sate24-to-masterpulsa-voucher.git" |
12 | }, | 12 | }, |
13 | "keywords": [ | 13 | "keywords": [ |
14 | "st24", | 14 | "st24", |
15 | "reload97", | 15 | "reload97", |
16 | "masterpulsa", | 16 | "masterpulsa", |
17 | "voucher", | 17 | "voucher", |
18 | "prepaid", | 18 | "prepaid", |
19 | "ppob" | 19 | "ppob" |
20 | ], | 20 | ], |
21 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", | 21 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", |
22 | "license": "ISC" | 22 | "license": "ISC", |
23 | "dependencies": { | ||
24 | "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", | ||
25 | "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git", | ||
26 | "winston": "^2.2.0" | ||
27 | } | ||
23 | } | 28 | } |
24 | 29 |