-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (37 loc) · 879 Bytes
/
package.json
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
{
"name": "koop-provider-remote-geojson",
"version": "0.1.0",
"main": "src/index.js",
"scripts": {
"test": "mocha 'test/**/*.test.js'",
"start": "koop serve"
},
"devDependencies": {
"@koopjs/cli": "^0.4.0",
"chai": "^4.2.0",
"mocha": "^6.1.4"
},
"description": "Provider to recover any static GeoJSON from any server a serve it as a feature service",
"dependencies": {
"config": "^3.1.0",
"atob": "^2.1.2",
"request": "^2.79.0"
},
"repository": {
"type": "git",
"url": "git@github.com:esri-es/koop-provider-remote-geojson.git"
},
"keywords": [
"koop",
"plugin",
"provider",
"carto",
"etl"
],
"author": "Raul Jimenez <raul.jimenez@esri.es>",
"homepage": "https://github.com/esri-es/koop-provider-remote-geojson",
"bugs": {
"url": "https://github.com/esri-es/koop-provider-remote-geojson/issues"
},
"license": "Apache-2.0"
}