@fleetbase/leaflet-routing-machine
Version:
ESM module Routing for Leaflet
62 lines (61 loc) • 1.66 kB
JSON
{
"name": "@fleetbase/leaflet-routing-machine",
"version": "3.2.16",
"description": "ESM module Routing for Leaflet",
"directories": {
"example": "examples",
"dist": "dist"
},
"scripts": {
"bundle": "rollup -c",
"dev": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/fleetbase/leaflet-routing-machine.git"
},
"keywords": [
"leaflet",
"routing",
"osrm"
],
"author": {
"name": "Per Liedman",
"email": "per@liedman.net"
},
"contributors": [
{
"name": "Ronald A. Richardson",
"email": "me@ron.dev",
"url": "https://ron.dev/"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/fleetbase/leaflet-routing-machine/issues"
},
"homepage": "https://github.com/fleetbase/leaflet-routing-machine",
"main": "./dist/@fleetbase/leaflet-routing-machine.min.js",
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-transform-spread": "^7.13.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.1",
"@babel/register": "^7.13.16",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"rollup": "^2.75.7",
"rollup-plugin-eslint": "^5.1.0",
"rollup-plugin-terser": "^7.0.2",
"source-map-support": "^0.5.19",
"uglify-js": "^2.8.2"
},
"dependencies": {
"@mapbox/corslite": "0.0.7",
"@mapbox/polyline": "^0.2.0",
"osrm-text-instructions": "^0.13.2"
}
}