package.json
771 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": {
"cron": "^1.3.0",
"jsesc": "^2.5.1",
"komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
"moment": "^2.22.2",
"serialport": "^6.2.2",
"sqlite3": "^4.0.2"
},
"devDependencies": {
"should": "^13.2.3"
}
}