package.json
590 Bytes
{
"name": "komodo-center-httpget",
"version": "1.0.2",
"description": "Komodo HTTP GET Center",
"main": "index.js",
"scripts": {
"test": "mocha",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:komodo/komodo-center-httpget.git"
},
"keywords": [
"komodo",
"ppob",
"center"
],
"author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
"license": "ISC",
"dependencies": {
"komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
"request": "^2.81.0"
}
}