Commit 1bac1cf85928415914f293b561521a8832642e74

Authored by Adhidarma Hadiwinoto
1 parent 756a726c4a
Exists in master

1.0.1

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

1 { 1 {
2 "name": "sate24-to-komodo", 2 "name": "sate24-to-komodo",
3 "version": "1.0.0", 3 "version": "1.0.1",
4 "description": "ST24 Gateway to KOMODO", 4 "description": "ST24 Gateway to KOMODO",
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:reload97/sate24-to-komodo.git" 12 "url": "git@gitlab.kodesumber.com:reload97/sate24-to-komodo.git"
13 }, 13 },
14 "keywords": [ 14 "keywords": [
15 "ppob", 15 "ppob",
16 "st24", 16 "st24",
17 "payment", 17 "payment",
18 "reload97", 18 "reload97",
19 "r97", 19 "r97",
20 "komodo" 20 "komodo"
21 ], 21 ],
22 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", 22 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
23 "license": "ISC", 23 "license": "ISC",
24 "dependencies": { 24 "dependencies": {
25 "request": "^2.81.0", 25 "request": "^2.81.0",
26 "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", 26 "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git",
27 "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git" 27 "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git"
28 } 28 }
29 } 29 }
30 30