@stadiamaps/ferrostar
Version:
The core of modern turn-by-turn navigation.
34 lines • 730 B
JSON
{
"name": "@stadiamaps/ferrostar",
"type": "module",
"collaborators": [
"Ian Wagner <ian@stadiamaps.com>",
"Jacob Fielding <jacob@rallista.app>",
"Luke Seelenbinder <luke@stadiamaps.com>"
],
"description": "The core of modern turn-by-turn navigation.",
"version": "0.31.1",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/stadiamaps/ferrostar"
},
"files": [
"ferrostar_bg.wasm",
"ferrostar.js",
"ferrostar_bg.js",
"ferrostar.d.ts"
],
"main": "ferrostar.js",
"types": "ferrostar.d.ts",
"sideEffects": [
"./ferrostar.js",
"./snippets/*"
],
"keywords": [
"navigation",
"routing",
"valhalla",
"osrm"
]
}