UNPKG

koop-output-geoservices

Version:

Wraps https://github.com/featureserver/featureserver as a plugin for koop

36 lines (35 loc) 830 B
{ "name": "koop-output-geoservices", "version": "2.0.0", "description": "Wraps https://github.com/featureserver/featureserver as a plugin for koop", "main": "index.js", "scripts": { "test": "standard" }, "repository": { "type": "git", "url": "git+https://github.com/koopjs/koop-output-geoservices.git" }, "keywords": [ "koop", "featureserver", "plugin", "output", "geoservices" ], "author": "Daniel Fenton <dfenton@esri.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/koopjs/koop-output-geoservices/issues" }, "homepage": "https://github.com/koopjs/koop-output-geoservices#readme", "devDependencies": { "standard": "^11.0.1" }, "dependencies": { "featureserver": "^2.15.0" }, "peerDependencies": { "koop": "^3.6.1" } }