ros-rest
Version:
Make an HTTP request (REST API) from Node.js to RouterOS.
33 lines (32 loc) • 730 B
JSON
{
"name": "ros-rest",
"version": "2.0.0",
"main": "index.js",
"author": "R.M Reza",
"license": "MIT",
"scripts": {},
"dependencies": {
"axios": "^0.22.0"
},
"devDependencies": {},
"homepage": "https://github.com/renomureza/ros-rest#readme",
"repository": {
"type": "git",
"url": "https://github.com/renomureza/ros-rest.git"
},
"bugs": {
"url": "https://github.com/renomureza/ros-rest/issues"
},
"description": "Make an HTTP request (REST API) from Node.js to RouterOS.",
"keywords": [
"mikrotik",
"routeros",
"routeros-api",
"mikrotik-routeros-api",
"mikrotik-api",
"routeros-node",
"routeros-wrapper",
"mikrotik-router",
"routeros-client"
]
}