Blame view
package.json
777 Bytes
ec471122c
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{ "name": "sate24-to-hasanahpay", "version": "1.0.0", "description": "ST24 H2H-OUT to Hasanah Pay", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git@gitlab.kodesumber.com:reload97/sate24-to-hasanahpay.git" }, "keywords": [ "st24", "ppob", "reload97", "r97", "hpay", "h2h", "m2m" ], "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", |
c2e9d1477
|
23 24 |
"license": "ISC", "dependencies": { |
8124d89a4
|
25 26 27 |
"lru-cache": "^4.0.1", "moment": "^2.14.1", "redis": "^2.6.2", |
c2e9d1477
|
28 29 |
"request": "^2.74.0", "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", |
8124d89a4
|
30 31 |
"sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git", "xml2js": "^0.4.17" |
c2e9d1477
|
32 |
} |
ec471122c
|
33 |
} |