@wikimedia/kartotherian-snapshot
Version:
Serves Kartotherian snapshot images
44 lines (43 loc) • 1.25 kB
JSON
{
"name": "@wikimedia/kartotherian-snapshot",
"version": "1.0.10",
"description": "Serves Kartotherian snapshot images",
"main": "lib/snapshot.js",
"scripts": {
"lint": "eslint ./test",
"test": "npm run lint && jest"
},
"repository": "kartotherian/snapshot",
"keywords": [
"kartotherian"
],
"author": "Yuri Astrakhan <YuriAstrakhan@gmail.com>",
"license": "Apache-2.0",
"bugs": "https://github.com/kartotherian/snapshot/issues",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/kartotherian/snapshot",
"dependencies": {
"@kartotherian/abaculus": "^3.0.3-alpha.0",
"@kartotherian/geojson-mapnikify": "^2.1.1",
"@kartotherian/tilelive-overlay": "^2.1.1",
"@wikimedia/err": "^1.0.3",
"@wikimedia/kartotherian-input-validator": "^1.0.3",
"@wikimedia/mapdata": "^0.6.0",
"bluebird": "^3.5.0",
"domain-validator": "^0.0.5",
"leaflet-headless": "^0.2.5",
"mwapi": "^0.0.10",
"underscore": "^1.8.3"
},
"optionalDependencies": {
"sphericalmercator": "^1.0.5"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-kartotherian": "0.0.5",
"jest": "^27.3.1"
},
"gitHead": "3baf4e16daefd18e7e7f7f652d0b5f7dbff50dd2"
}