-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 KB
/
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": "esri-es-etl",
"version": "1.0.0",
"description": "Koop provider to transform GeoJSON to ArcGIS Feature Service on the fly",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node server.js",
"test": "standard && tape test/*.js | tap-spec",
"lambda-create": "claudia create --name koop-provider-geojson --handler lambda.handler --deploy-proxy-api --region us-east-1 --set-env KOOP_PORT=80,DEPLOY=export",
"lambda-update": "claudia update"
},
"dependencies": {
"atob": "^2.1.2",
"config": "^3.0.0",
"koop": "^3.10.1",
"request": "^2.79.0"
},
"author": "Daniel Fenton + Raul Jimenez <raul.jimenez@esri.es>",
"license": "Apache-2.0",
"devDependencies": {
"nock": "^10.0.0",
"standard": "^10.0.0",
"tap-spec": "^5.0.0",
"tape": "^4.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koopjs/koop-provider-sample.git"
},
"bugs": {
"url": "https://github.com/koopjs/koop-provider-sample/issues"
},
"homepage": "https://github.com/koopjs/koop-provider-sample",
"keywords": [
"koop",
"provider",
"sample"
]
}