UNPKG

@mapmetrics/whoots-js

Version:

Request tiles from WMS servers that support EPSG:3857

33 lines (32 loc) 843 B
{ "name": "@mapmetrics/whoots-js", "description": "Request tiles from WMS servers that support EPSG:3857", "version": "0.0.3", "main": "index.js", "module": "index.mjs", "license": "ISC", "author": "Mapmetrics", "keywords": [ "WMS", "tiles", "EPSG:3857" ], "dependencies": {}, "devDependencies": { "coveralls": "^3.0.2", "documentation": "^9.1.1", "eslint": "^5.11.0", "rollup": "^0.68.2", "tap": "^12.1.0" }, "engines": { "node": ">=6.0.0" }, "scripts": { "build": "rollup -f umd -n WhooTS index.mjs --no-indent --no-strict -o index.js", "docs": "documentation build index.mjs --github --format html --output docs/", "lint": "eslint index.mjs server.js test", "start": "node server.js", "test": "npm run lint && npm run build && tap --cov test/*.js" } }