Blame view
package.json
956 Bytes
ab5828535
|
1 2 |
{ "name": "komodo-center-httpget-x", |
45a958ee4
|
3 |
"version": "0.10.3", |
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 34 35 36 |
"express": "^4.17.1", "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", "moment": "^2.24.0", "request": "^2.88.0", |
0a721d367
|
37 38 |
"uniqid": "^5.0.3", "uuid": "^3.3.3" |
ab5828535
|
39 40 |
} } |