Commit 284593e21017db2b25e72790e1aa9655235acc72
1 parent
2c73365ae4
Exists in
master
ini
Showing 1 changed file with 1 additions and 0 deletions Inline Diff
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": { | 23 | "dependencies": { |
24 | "ini": "^1.3.4", | ||
24 | "redis": "^2.6.0-2", | 25 | "redis": "^2.6.0-2", |
25 | "request": "^2.72.0", | 26 | "request": "^2.72.0", |
26 | "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", | 27 | "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", |
27 | "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git", | 28 | "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git", |
28 | "strftime": "^0.9.2", | 29 | "strftime": "^0.9.2", |
29 | "winston": "^2.2.0" | 30 | "winston": "^2.2.0" |
30 | } | 31 | } |
31 | } | 32 | } |
32 | 33 |