dialog-router-api
Version:
A wrapper to connect with and query the API on the Huawei 4G routers provided by Dialog Axiata
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "dialog-router-api",
"version": "0.0.3",
"description": "A wrapper to connect with and query the API on the Huawei 4G routers provided by Dialog Axiata",
"main": "index.js",
"scripts": {
"test": "mocha ./tests"
},
"keywords": [
"dialog",
"huawei",
"4g",
"lte",
"sri lanka",
"B310",
"api",
"router",
"network"
],
"author": "Ishan Marikar <ishan.marikar@outlook.com>",
"license": "MIT",
"dependencies": {
"default": "^0.1.1",
"pretty-bytes": "^3.0.1",
"request": "^2.69.0",
"url-join": "0.0.1",
"xml2js": "^0.4.16"
},
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.2.2"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ishan-marikar/dialog-router-api.git"
},
"bugs": {
"url": "https://github.com/ishan-marikar/dialog-router-api/issues"
},
"homepage": "https://github.com/ishan-marikar/dialog-router-api#readme"
}