mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
13 lines
315 B
JSON
13 lines
315 B
JSON
{
|
|
"name": "pmtiles",
|
|
"version": "0.0.6",
|
|
"description": "PMTiles archive decoder for browsers",
|
|
"main": "pmtiles.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"homepage": "https://github.com/protomaps/pmtiles",
|
|
"author": "Brandon Liu",
|
|
"license": "BSD-3-Clause"
|
|
}
|