Compare View
Commits (2)
Changes
Showing 1 changed file Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "komodo-sdk", | 2 | "name": "komodo-sdk", |
3 | "version": "1.10.0", | 3 | "version": "1.10.1", |
4 | "description": "SDK for Komodo", | 4 | "description": "SDK for 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:komodo/komodo-sdk.git" | 12 | "url": "git@gitlab.kodesumber.com:komodo/komodo-sdk.git" |
13 | }, | 13 | }, |
14 | "keywords": [ | 14 | "keywords": [ |
15 | "ppob", | 15 | "ppob", |
16 | "payment", | 16 | "payment", |
17 | "komodo" | 17 | "komodo" |
18 | ], | 18 | ], |
19 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", | 19 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", |
20 | "license": "ISC", | 20 | "license": "ISC", |
21 | "dependencies": { | 21 | "dependencies": { |
22 | "basic-auth": "^2.0.0", | 22 | "basic-auth": "^2.0.0", |
23 | "body-parser": "^1.18.2", | ||
24 | "express": "^4.16.2", | ||
25 | "express-session": "^1.15.6", | ||
23 | "body-parser": "^1.18.2", | 26 | "lru-cache": "^4.1.1", |
24 | "express": "^4.16.2", | 27 | "moment": "^2.19.1", |
28 | "numeral": "^2.0.6", | ||
29 | "nunjucks": "^3.0.1", | ||
25 | "express-session": "^1.15.6", | 30 | "request": "^2.81.0", |
26 | "lru-cache": "^4.1.1", | 31 | "simple-git": "^1.80.1", |
27 | "moment": "^2.19.1", | 32 | "strftime": "^0.10.0", |
33 | "uniqid": "^4.1.1", | ||
34 | "uuid": "^3.1.0", | ||
28 | "numeral": "^2.0.6", | 35 | "winston": "^2.3.1", |
29 | "nunjucks": "^3.0.1", | 36 | "winston-circular-buffer": "^1.0.0", |
30 | "request": "^2.81.0", | 37 | "winston-daily-rotate-file": "^1.4.6" |
31 | "simple-git": "^1.80.1", | 38 | } |
32 | "strftime": "^0.10.0", | 39 | } |
33 | "uniqid": "^4.1.1", | 40 |