koop-github
Version:
Github provider for Koop
47 lines (46 loc) • 989 B
JSON
{
"name": "koop-github",
"description": "Github provider for Koop",
"version": "2.0.0",
"author": "Chris Helm",
"bugs": {
"url": "https://github.com/koopjs/koop-github/issues"
},
"dependencies": {
"config": "~0.4.35",
"debug": "^2.2.0",
"ejs": "~1.0.0",
"geohub": "^1.0.2",
"koop-provider": "^1.0.0",
"request": "^2.64.0",
"sphericalmercator": "~1.0.2"
},
"devDependencies": {
"koop": "^2.9.2",
"sinon": "^1.15.4",
"standard": "^5.3.1",
"supertest": "^1.1.0",
"tap-spec": "^4.0.2",
"tape": "^4.0.1"
},
"homepage": "https://github.com/koopjs/koop-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-github.git"
},
"scripts": {
"test": "standard && tape test/*.js | tap-spec"
}
}