generated from koopjs/koop-provider-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 990 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
{
"name": "koop-bigquery-provider",
"version": "1.0.0",
"description": "A Koop provider for BigQuery",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "koop serve",
"test": "standard && tape test/*.js | tap-spec"
},
"dependencies": {
"@google-cloud/bigquery": "^5.5.0",
"config": "^3.2.5",
"koop": "^3.17.0",
"lodash": "^4.17.21",
"request": "^2.88.0"
},
"author": "Bill Dollins",
"license": "Apache-2.0",
"devDependencies": {
"@koopjs/cli": "^0.6.0",
"nock": "^11.7.2",
"standard": "^14.3.1",
"tap-spec": "^5.0.0",
"tape": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geobabbler/koop-bigquery-provider.git"
},
"bugs": {
"url": "https://github.com/geobabbler/koop-bigquery-provider/issues"
},
"homepage": "https://github.com/geobabbler/koop-bigquery-provider",
"keywords": [
"koop",
"provider",
"bigquery"
]
}