-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
46 lines (46 loc) · 1021 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
43
44
45
46
{
"name": "@koopjs/provider-agol",
"version": "4.1.0",
"description": "Provider for AGOL CSV items",
"main": "index.js",
"author": "Rich Gwozdz",
"contributors": [
"Daniel Fenton",
"Chris Helm"
],
"scripts": {
"test": "standard && mocha 'test/**/*.test.js'"
},
"dependencies": {
"@esri/arcgis-rest-portal": "^2.14.1",
"@esri/arcgis-rest-request": "^2.14.1",
"@hapi/joi": "^17.1.1",
"config": "^3.1.0",
"csv": "^5.3.2",
"esri-to-geojson": "^1.0.4",
"isomorphic-fetch": "^2.2.1",
"isomorphic-form-data": "^2.0.0"
},
"peerDependencies": {
"koop": "^4.0.0"
},
"devDependencies": {
"@koopjs/cli": "^0.3.3",
"chai": "^4.2.0",
"koop": "^4.0.0",
"mocha": "^6.1.4",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2",
"standard": "^14.3.4"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:koopjs/koop-provider-agol.git"
},
"keywords": [
"koop",
"plugin",
"provider"
]
}