@mapbox/mapbox-gl-sync-move
Version:
Sync movement around two Mapbox GL JS maps
33 lines (32 loc) • 806 B
JSON
{
"name": "@mapbox/mapbox-gl-sync-move",
"version": "0.3.1",
"description": "Sync movement around two Mapbox GL JS maps",
"main": "index.js",
"scripts": {
"test": "tape test/mocked-maps.js",
"start": "budo test/manual.js --live --open -- -t envify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/mapbox-gl-sync-move.git"
},
"keywords": [
"mapbox",
"mapboxgl"
],
"author": "Mapbox",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/mapbox-gl-sync-move/issues"
},
"homepage": "https://github.com/mapbox/mapbox-gl-sync-move#readme",
"devDependencies": {
"budo": "^11.7.0",
"envify": "^4.1.0",
"eventemitter3": "^4.0.7",
"mapbox-gl": "^2.10.0",
"sinon": "^14.0.0",
"tape": "^5.6.0"
}
}