UNPKG

@koopjs/provider-github

Version:
40 lines (39 loc) 851 B
{ "name": "@koopjs/provider-github", "description": "Github provider for Koop", "version": "3.0.0", "author": "Chris Helm", "bugs": { "url": "https://github.com/koopjs/koop-provider-github/issues" }, "dependencies": { "config": "^2.0.1", "geohub": "^1.0.4" }, "devDependencies": { "nock": "^10.0.2", "standard": "^12.0.1", "tap-spec": "^5.0.0", "tape": "^4.9.1" }, "homepage": "https://github.com/koopjs/koop-provider-github", "keywords": [ "etl", "feature", "feature-service", "geojson", "github", "koop", "provider", "service" ], "license": "Apache-2.0", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:koopjs/koop-provider-github.git" }, "scripts": { "test": "standard && tape test/model-test.js | tap-spec" } }