package.json
596 Bytes
{
"name": "komodo-gw-mkios",
"version": "0.9.0",
"description": "Komodo gateway to Telkomsel MKIOS chip",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:komodo/komodo-gw-mkios.git"
},
"keywords": [
"komodo",
"tektrans",
"ppob",
"telkomsel",
"mkios",
"ussd",
"gsm"
],
"author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"jsesc": "^2.5.1",
"moment": "^2.22.2",
"serialport": "^6.2.2"
}
}