forked from theoephraim/node-google-spreadsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 872 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
{
"name": "aquaminer/google-spreadsheet",
"description": "Google Spreadsheets Data API -- simple interface to read/write rows/cells, manage sheets",
"version": "2.0.8",
"license": "Unlicense",
"keywords": [
"google spreadsheets",
"google",
"spreadsheet",
"spreadsheets",
"sheets",
"gdata",
"api",
"google sheets"
],
"homepage": "https://github.com/aquaminer/node-google-spreadsheet",
"repository": {
"type": "git",
"url": "git://github.com/aquaminer/node-google-spreadsheet.git"
},
"main": "index.js",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"axios": "^0.19.2",
"google-auth-library": "^0.10.0",
"lodash": "^4.17.15",
"xml2js": "~0.4.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^5.2.0"
},
"scripts": {
"test": "node_modules/.bin/mocha"
}
}