-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 893 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 893 Bytes
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": "@button/minquery",
"version": "1.0.3",
"description": "Minimal client for Google Bigquery",
"repository": {
"type": "git",
"url": "https://github.com/button/minquery.git"
},
"keywords": [
"bigquery",
"google"
],
"bugs": {
"url": "https://github.com/button/minquery/issues"
},
"homepage": "https://github.com/button/minquery",
"main": "index.js",
"scripts": {
"test": "mocha --recursive tests/"
},
"engines": {
"node": ">=10.0.0"
},
"author": "Button <info@usebutton.com>",
"license": "MIT",
"dependencies": {
"request": "^2.88.2"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-config-button-platform": "^1.0.4",
"eslint-plugin-mocha": "^4.9.0",
"mocha": "^3.1.0",
"mocha-eslint": "^3.0.1",
"nock": "^8.1.0",
"sinon": "^9.0.3"
}
}