Commit c2e9d14775dd42f57d0d8689b528a0e491168ac3
1 parent
2a3caa691c
Exists in
master
some deps
Showing 1 changed file with 6 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "sate24-to-hasanahpay", | 2 | "name": "sate24-to-hasanahpay", |
3 | "version": "1.0.0", | 3 | "version": "1.0.0", |
4 | "description": "ST24 H2H-OUT to Hasanah Pay", | 4 | "description": "ST24 H2H-OUT to Hasanah Pay", |
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-hasanahpay.git" | 11 | "url": "git@gitlab.kodesumber.com:reload97/sate24-to-hasanahpay.git" |
12 | }, | 12 | }, |
13 | "keywords": [ | 13 | "keywords": [ |
14 | "st24", | 14 | "st24", |
15 | "ppob", | 15 | "ppob", |
16 | "reload97", | 16 | "reload97", |
17 | "r97", | 17 | "r97", |
18 | "hpay", | 18 | "hpay", |
19 | "h2h", | 19 | "h2h", |
20 | "m2m" | 20 | "m2m" |
21 | ], | 21 | ], |
22 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", | 22 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", |
23 | "license": "ISC" | 23 | "license": "ISC", |
24 | "dependencies": { | ||
25 | "request": "^2.74.0", | ||
26 | "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", | ||
27 | "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git" | ||
28 | } | ||
24 | } | 29 | } |
25 | 30 |