UNPKG

route4me-nodejs-sdk

Version:

Access Route4Me's logistics-as-a-service API using our Node.js SDK

118 lines (117 loc) 3.02 kB
{ "name": "route4me-nodejs-sdk", "version": "1.0.27", "description": "Access Route4Me's logistics-as-a-service API using our Node.js SDK", "main": "src/index.js", "browser": "src/route4me.js", "scripts": { "build": "gulp build", "lint": "gulp lint", "test": "gulp test", "doc": "gulp doc", "coverage": "nyc --reporter=html --reporter=text mocha --reporter min --recursive", "coverage-old": "`npm bin`/istanbul cover `npm bin`/_mocha -- --reporter min" }, "repository": { "type": "git", "url": "https://github.com/route4me/route4me-nodejs-sdk" }, "keywords": [ "route4me", "route", "routing", "path", "route optimization", "optimization", "API", "route planner", "courier", "API client", "SDK" ], "author": { "name": "Igor S.", "email": "igor@route4me.com" }, "contributors": [ { "name": "Igor S.", "email": "igor@route4me.com" }, { "name": "Juan", "email": "juan@route4me.com" }, { "name": "Dan Khasis", "email": "dan@route4me.com" } ], "engines": { "node": ">=12.19.0", "npm": ">=6.0.0" }, "license": "ISC", "bugs": { "url": "https://github.com/route4me/route4me-nodejs-sdk/issues" }, "homepage": "http://route4me.com", "dependencies": { "debug": "^4.3.2", "del": "^6.0.0", "platform": "^1.3.6", "qs": "^6.10.3", "superagent": "^8.0.9" }, "devDependencies": { "ajv": "^6.12.6", "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-plugin-require-context-hook": "^1.0.0", "babel-plugin-transform-builtin-extend": "^1.1.2", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.7.0", "bluebird": "^3.7.2", "chai": "^3.5.0", "chai-json-schema": "^1.5.1", "dmd-gitbook": "^0.0.2", "docdash": "^1.2.0", "eslint": "^8.8.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsdoc": "^37.7.1", "fancy-log": "^2.0.0", "gitbook": "^3.2.2", "gitbook-cli": "^2.3.2", "gulp": "^4.0.2", "gulp-babel": "^7.0.1", "gulp-cached": "^1.1.1", "gulp-eslint-new": "^1.3.0", "gulp-if": "^3.0.0", "gulp-jsdoc3": "^3.0.0", "gulp-mocha": "^3.0.1", "gulp-size": "^4.0.1", "gulp4-run-sequence": "^1.0.1", "handlebars-loader": "^1.7.1", "html-webpack-plugin": "^4.5.2", "istanbul": "^0.4.5", "jsdoc-to-markdown": "^7.1.1", "lodash": "^4.17.21", "mkdirp-bluebird": "^1.3.2", "mocha": "^8.4.0", "mocha-loader": "^5.1.5", "nyc": "^15.1.0", "postcss": "^8.1.0", "sinon": "^13.0.1", "superagent-mocker": "https://github.com/maxkoryukov/superagent-mocker/tarball/v0.5.2-beta.2", "terser-webpack-plugin": "^4.2.3", "uglifyjs-webpack-plugin": "^2.2.0", "vinyl-named": "^1.1.0", "webpack": "^4.46.0", "webpack-stream": "^6.1.2", "yargs": "^17.3.1" }, "publishConfig": { "access": "public" } }