-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 914 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "koop-gist",
"description": "Github gist provider for Koop",
"version": "2.0.0",
"author": "Chris Helm",
"bugs": {
"url": "https://github.com/koopjs/koop-gist/issues"
},
"dependencies": {
"debug": "^2.2.0",
"ejs": "^2.5.6",
"geohub": "^1.0.2",
"koop-provider": "^1.0.0",
"request": "^2.65.0"
},
"devDependencies": {
"koop": "2.12.1",
"standard": "^9.0.1",
"supertest": "^3.0.0",
"tap-spec": "^4.0.2",
"tape": "^4.2.0"
},
"homepage": "https://github.com/koopjs/koop-gist",
"keywords": [
"etl",
"feature",
"feature-service",
"geojson",
"gist",
"github",
"koop",
"provider",
"service"
],
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:koopjs/koop-gist.git"
},
"scripts": {
"test": "standard && tape test/*.js | tap-spec"
}
}