-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 960 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-postgresql",
"version": "0.1.0",
"description": "Expose an API to return PostgreSQL queries like ArcGIS Feature Layers",
"main": "src/index.js",
"scripts": {
"test": "mocha 'test/**/*.test.js'",
"start": "koop serve"
},
"dependencies": {
"atob": "^2.1.2",
"config": "^3.3.0",
"pg": "^8.5.1",
"request": "^2.88.2"
},
"devDependencies": {
"@koopjs/cli": "^0.6.1",
"chai": "^4.2.0",
"mocha": "^7.1.0"
},
"repository": {
"type": "git",
"url": "[email protected]:esridevsummit/koop-provider-postgresql.git"
},
"keywords": [
"koop",
"plugin",
"provider",
"postgresql",
"database",
"RDBMS"
],
"author": "Raul Jimenez Ortega <[email protected]>",
"homepage": "https://github.com/esridevsummit/koop-provider-postgresql",
"bugs": {
"url": "https://github.com/esridevsummit/koop-provider-postgresql/issues"
},
"license": "Apache-2.0"
}