package.json
659 Bytes
{
"name": "komodo-gw-komodo",
"version": "1.0.2",
"description": "Komodo Gateway to other Komodo",
"main": "index.js",
"scripts": {
"test": "mocha",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:komodo/komodo-gw-komodo.git"
},
"keywords": [
"komodo",
"tektrans",
"ppob"
],
"author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
"license": "ISC",
"dependencies": {
"json-stringify-pretty-compact": "^1.1.0",
"komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
"request": "^2.85.0",
"uuid": "^3.2.1"
}
}