package.json
554 Bytes
{
"name": "r97-aaa-pull-monitor",
"version": "0.0.1",
"description": "Monitor AAA PULL via Redis PUBSUB",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:reload97/r97-aaa-pull-monitor.git"
},
"keywords": [
"sate24",
"reload97",
"r97",
"st24"
],
"author": "Adhidarma Hadiwinoto <adhisimon@gmail.com>",
"license": "BSD",
"dependencies": {
"redis": "~0.12.1",
"iniparser": "~1.0.5"
}
}