Blame view
package.json
966 Bytes
ab5828535
|
1 2 |
{ "name": "komodo-center-httpget-x", |
81c49ca11
|
3 |
"version": "0.13.1", |
ab5828535
|
4 5 6 |
"description": "Komodo center for HTTP GET - Rewrited", "main": "index.js", "scripts": { |
c9bbd355b
|
7 8 |
"test": "mocha", "postversion": "git push && git push --tags" |
ab5828535
|
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
}, "repository": { "type": "git", "url": "git@gitlab.kodesumber.com:komodo/komodo-center-httpget-x.git" }, "keywords": [ "komodo", "ppob", "tektrans", "center", "http", "httpget" ], "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", "license": "ISC", "devDependencies": { |
f2c18879a
|
25 |
"eslint": "^6.8.0", |
ab5828535
|
26 |
"eslint-config-airbnb-base": "^14.0.0", |
f2c18879a
|
27 28 29 |
"eslint-plugin-import": "^2.18.2", "mocha": "^7.1.1", "should": "^13.2.3" |
ab5828535
|
30 31 |
}, "dependencies": { |
f2c18879a
|
32 |
"axios": "^0.19.2", |
ab5828535
|
33 |
"express": "^4.17.1", |
9742af5f7
|
34 |
"komodo-sdk": "^1.45.6", |
4978f3b37
|
35 |
"mkdirp": "^1.0.4", |
ab5828535
|
36 37 |
"moment": "^2.24.0", "request": "^2.88.0", |
4978f3b37
|
38 |
"tektrans-logger": "^1.2.3", |
969370309
|
39 |
"uniqid": "^5.3.0", |
0a721d367
|
40 |
"uuid": "^3.3.3" |
ab5828535
|
41 42 |
} } |