route4me-node
Version:
Access Route4Me's logistics-as-a-service API using our Node.js SDK
115 lines (114 loc) • 2.88 kB
JSON
{
"name": "route4me-node",
"version": "0.2.4",
"description": "Access Route4Me's logistics-as-a-service API using our Node.js SDK",
"main": "./dist/",
"browser": "./dist/browser/route4me.js",
"scripts": {
"build": "gulp build",
"lint": "gulp lint",
"test": "gulp test",
"doc": "gulp doc",
"coverage": "`npm bin`/istanbul cover `npm bin`/_mocha -- --reporter min"
},
"repository": {
"type": "git",
"url": "https://github.com/route4me/route4me-node"
},
"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": "Koryukov Maksim",
"email": "maxkoryukov@gmail.com"
},
{
"name": "Igor S.",
"email": "igor@route4me.com"
},
{
"name": "Dan Khasis",
"email": "dan@route4me.com"
}
],
"engines": {
"node": ">=4.0.0",
"npm": ">=3.0.0"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/route4me/route4me-nodejs-sdk/issues"
},
"homepage": "http://route4me.com",
"dependencies": {
"debug": "^2.6.3",
"platform": "^1.3.3",
"superagent": "^3.5.2"
},
"devDependencies": {
"ajv": "^4.11.5",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2016": "^6.22.0",
"bluebird": "^3.4.7",
"chai": "^3.5.0",
"chai-json-schema": "^1.4.0",
"dmd-gitbook": "^0.0.2",
"docdash": "^0.4.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsdoc": "^3.0.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"gitbook": "^3.2.2",
"gitbook-cli": "^2.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.1",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.2",
"gulp-jsdoc3": "^1.0.1",
"gulp-mocha": "^4.0.1",
"gulp-size": "^2.1.0",
"gulp-util": "^3.0.8",
"handlebars-loader": "^1.4.0",
"html-webpack-plugin": "^2.28.0",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^3.0.0",
"json-string-loader": "^1.1.0",
"lodash": "^4.17.4",
"mkdirp-bluebird": "^1.2.1",
"mocha": "^3.2.0",
"mocha-loader": "^1.1.1",
"run-sequence": "^1.2.2",
"sinon": "^2.1.0",
"superagent-mocker": "https://github.com/maxkoryukov/superagent-mocker/tarball/v0.5.2-beta.2",
"vinyl-named": "^1.1.0",
"webpack": "^2.3.1",
"webpack-stream": "^3.2.0",
"yargs": "^7.0.2"
},
"publishConfig": {
"access": "public"
}
}