routexl-client
Version:
this is a request client for routexl.com api
28 lines (27 loc) • 581 B
JSON
{
"name": "routexl-client",
"email": "babak.zarrinbal@gmail.com",
"version": "1.0.23",
"description": "this is a request client for routexl.com api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"routexl",
"api",
"client",
"tour",
"distances",
"routeing",
"optimized routes"
],
"author": "Babak Zarrinbal",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"enum-permutate": "^1.1.1",
"request": "^2.88.0",
"socks5-https-client": "^1.2.1"
}
}