-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 911 Bytes
/
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
{
"name": "leaflet-routable-tiles",
"version": "1.0.0",
"description": "Visualize routable tiles on a leaflet map",
"main": "lib/Leaflet.VectorGrid.RoutableTiles.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack lib/Leaflet.VectorGrid.RoutableTiles.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openplannerteam/leaflet-routable-tiles.git"
},
"author": "Pieter Colpaert",
"license": "MIT",
"bugs": {
"url": "https://github.com/openplannerteam/leaflet-routable-tiles/issues"
},
"homepage": "https://github.com/openplannerteam/leaflet-routable-tiles#readme",
"dependencies": {
"demo-routable-tiles-client": "git+https://github.com/openplannerteam/demo-routable-tiles-client.git",
"geojson-vt": "^3.2.1",
"jsonld": "^1.5.0",
"leaflet": "^1.4.0",
"leaflet.vectorgrid": "^1.3.0"
}
}