-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
117 lines (117 loc) · 2.95 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "route4me-nodejs-sdk",
"version": "1.0.28",
"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"
}
}