forked from trailbehind/lrm-Here
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
executable file
·41 lines (41 loc) · 1.14 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
{
"name": "leaflet-routing-machine-here",
"version": "2.1.0",
"description": "Support for here in Leaflet Routing Machine, including route restrictions",
"main": "dist/lrm-here.js",
"scripts": {
"dist": "./scripts/dist.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"leaflet",
"routing",
"route attributes",
"truck attributes",
"route restrictions",
"truck restrictions"
],
"author": "Jesse Crocker <jesse@gaiagps.com> forked by Przemysław Lazarek <plazarek@gbox.pl>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Daredzik/lrm-here/"
},
"homepage": "https://github.com/Daredzik/lrm-here",
"bugs": "https://github.com/Daredzik/lrm-here/issues",
"dependencies": {
"@liberty-rider/flexpolyline": "0.1.0",
"corslite": "0.0.7",
"deepmerge": "^4.2.2",
"leaflet": "^1.8.0",
"object-to-formdata": "4.4.2"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"babel-loader": "^8.2.5",
"babel-preset-env": "^1.7.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
}
}