-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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": "koop-provider-soda",
"version": "1.0.0",
"description": "A Socrata provider for Koop",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node server.js",
"test": "standard && tape test/*.js | tap-spec",
"lamda-create": "claudia create --name koop-provider-geojson --handler lambda.handler --deploy-proxy-api --region us-east-1 --set-env KOOP_PORT=80 --set-env DEPLOY=export",
"lambda-update": "claudia update"
},
"dependencies": {
"config": "^1.25.1",
"koop": "^3.4.0",
"request": "^2.79.0",
"request-promise": "^4.2.2"
},
"author": "Jason Lally",
"license": "Apache-2.0",
"devDependencies": {
"nock": "^9.0.2",
"standard": "^10.0.0",
"tap-spec": "^4.1.1",
"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"
]
}