Commit c2a3ea41fdf888688cd2c51acfed4628b8826e11

Authored by Adhidarma Hadiwinoto
1 parent 5b529cbb01
Exists in master

ubah repo url

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

1 { 1 {
2 "name": "komodo-gw-oddeven", 2 "name": "komodo-gw-oddeven",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "description": "Contoh dummy gateway / handler komodo", 4 "description": "Contoh dummy gateway / handler komodo",
5 "main": "index.js", 5 "main": "index.js",
6 "dependencies": { 6 "dependencies": {
7 "moment": "^2.17.1", 7 "moment": "^2.17.1",
8 "request": "^2.79.0", 8 "request": "^2.79.0",
9 "strftime": "^0.9.2", 9 "strftime": "^0.9.2",
10 "winston": "^2.3.0", 10 "winston": "^2.3.0",
11 "winston-daily-rotate-file": "^1.4.0" 11 "winston-daily-rotate-file": "^1.4.0"
12 }, 12 },
13 "devDependencies": {}, 13 "devDependencies": {},
14 "scripts": { 14 "scripts": {
15 "test": "mocha" 15 "test": "mocha"
16 }, 16 },
17 "repository": { 17 "repository": {
18 "type": "git", 18 "type": "git",
19 "url": "git@gitlab.kodesumber.com:adhisimon/komodo-gw-oddeven.git" 19 "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-oddeven.git"
20 }, 20 },
21 "keywords": [ 21 "keywords": [
22 "komodo", 22 "komodo",
23 "ppob" 23 "ppob"
24 ], 24 ],
25 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", 25 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
26 "license": "ISC" 26 "license": "ISC"
27 } 27 }
28 28