48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "@mapbox/mbtiles",
|
|
"version": "0.10.0",
|
|
"description": "Utilities and tilelive integration for the MBTiles format.",
|
|
"url": "http://github.com/mapbox/node-mbtiles",
|
|
"author": "Mapbox (https://www.mapbox.com)",
|
|
"keywords": [
|
|
"map",
|
|
"mbtiles"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "BSD"
|
|
}
|
|
],
|
|
"main": "./lib/mbtiles",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/mapbox/node-mbtiles.git"
|
|
},
|
|
"contributors": [
|
|
"Tom MacWright <tmcw>",
|
|
"Will White <willwhite>",
|
|
"Dane Springmeyer <springmeyer>",
|
|
"Young Hahn <yhahn>",
|
|
"Konstantin Käfer <kkaefer>",
|
|
"Andrew Pendleton <apendleton>",
|
|
"Kai Dalgleish <kaibot3000>"
|
|
],
|
|
"dependencies": {
|
|
"d3-queue": "~2.0.3",
|
|
"@mapbox/tiletype": "0.3.x",
|
|
"sqlite3": "4.x",
|
|
"@mapbox/sphericalmercator": "~1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "~3.0.0",
|
|
"eslint": "~1.0.0",
|
|
"eslint-config-unstyled": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"scripts": {
|
|
"test": "eslint lib && tape test/*.js"
|
|
}
|
|
}
|