-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 893 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
{
"name": "koop-provider-carto",
"version": "1.0.0",
"description": "Provider to transform layers hosted on Carto servers to ArcGIS Feature Layer",
"author": "Raul Jimenez <[email protected]>",
"bugs": {
"url": "https://github.com/hhkaos/koop-provider-carto/issues"
},
"homepage": "https://github.com/hhkaos/koop-provider-carto",
"main": "src/index.js",
"scripts": {
"test": "mocha 'test/**/*.test.js'",
"start": "koop serve"
},
"dependencies": {
"config": "^3.1.0"
},
"devDependencies": {
"@koopjs/cli": "^0.4.0",
"chai": "^4.2.0",
"mocha": "^6.1.4"
},
"repository": "https://github.com/hhkaos/koop-provider-carto",
"repository": {
"type": "git",
"url": "[email protected]:hhkaos/koop-provider-carto.git"
},
"license": "Apache-2.0",
"keywords": [
"koop",
"plugin",
"provider",
"carto",
"etl"
]
}