-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 968 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
{
"name": "koop-provider-dgt-datex",
"version": "0.2",
"description": "Provider to convert http://infocar.dgt.es/datex2/dgt/CCTVSiteTablePublication/all/content.xml to ArcGIS Feature Service",
"main": "src/index.js",
"scripts": {
"test": "mocha 'test/**/*.test.js'",
"start": "koop serve"
},
"dependencies": {
"config": "^3.3.0",
"datex2-linker-api": "^0.3.1"
},
"devDependencies": {
"@koopjs/cli": "^0.6.1",
"chai": "^4.2.0",
"mocha": "^7.1.0"
},
"repository": {
"type": "git",
"url": "[email protected]:esri-es/koop-provider-dgt-datex.git"
},
"keywords": [
"koop",
"plugin",
"provider",
"dgt",
"cameras",
"camaras",
"spain",
"españa"
],
"author": "Raul Jimenez <[email protected]>",
"homepage": "https://github.com/esri-es/koop-provider-dgt-datex",
"bugs": {
"url": "https://github.com/esri-es/koop-provider-dgt-datex/issues"
},
"license": "Apache-2.0"
}