package.json
749 Bytes
{
"name": "komodo-gw-st24",
"version": "2.1.1",
"description": "Komodo Gateway to ST24 XML-RPC",
"main": "index.js",
"scripts": {
"test": "mocha",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:komodo/komodo-gw-st24.git"
},
"keywords": [
"komodo",
"tektrans",
"ppob",
"st24",
"xmlrpc",
"xml-rpc"
],
"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",
"moment": "^2.22.1",
"xmlrpc": "^1.3.2"
},
"devDependencies": {
"should": "^13.2.1"
}
}