Commit 51a3d8442a00d7308592d635454e1dce8707df1d
1 parent
784f55e055
Exists in
master
1.0.1
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "komodo-to-simplepay-pln", | 2 | "name": "komodo-to-simplepay-pln", |
3 | "version": "1.0.0", | 3 | "version": "1.0.1", |
4 | "description": "KOMODO Gateway to SIMPLEPAY - PLN PREPAID", | 4 | "description": "KOMODO Gateway to SIMPLEPAY - PLN PREPAID", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "mocha", | 7 | "test": "mocha", |
8 | "postversion": "git push && git push --tags" | 8 | "postversion": "git push && git push --tags" |
9 | }, | 9 | }, |
10 | "repository": { | 10 | "repository": { |
11 | "type": "git", | 11 | "type": "git", |
12 | "url": "git@gitlab.kodesumber.com:komodo/komodo-to-simplepay-pln-prepaid.git" | 12 | "url": "git@gitlab.kodesumber.com:komodo/komodo-to-simplepay-pln-prepaid.git" |
13 | }, | 13 | }, |
14 | "keywords": [ | 14 | "keywords": [ |
15 | "komodo", | 15 | "komodo", |
16 | "ppob", | 16 | "ppob", |
17 | "payment", | 17 | "payment", |
18 | "pln", | 18 | "pln", |
19 | "simplepay" | 19 | "simplepay" |
20 | ], | 20 | ], |
21 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", | 21 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", |
22 | "license": "ISC", | 22 | "license": "ISC", |
23 | "dependencies": { | 23 | "dependencies": { |
24 | "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", | 24 | "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", |
25 | "moment": "^2.18.1", | 25 | "moment": "^2.18.1", |
26 | "request": "^2.81.0" | 26 | "request": "^2.81.0" |
27 | } | 27 | } |
28 | } | 28 | } |
29 | 29 |