-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 784 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
{
"name": "google-spreadsheet-download",
"version": "0.0.4",
"description": "Command-line tool to download Google Spreadsheets as JSON files.",
"directories": {
"bin": "./bin"
},
"bin": {
"google-spreadsheet-download": "./bin/google-spreadsheet-download"
},
"scripts": {
"test": ""
},
"keywords": [
"google",
"spreadsheet",
"cli"
],
"author": "Pomin Wu <pomin5@gmail.com>",
"license": "MIT",
"dependencies": {
"google-spreadsheet": "^0.2.8"
},
"repository": {
"type": "git",
"url": "https://github.com/pm5/node-google-spreadsheet-download.git"
},
"bugs": {
"url": "https://github.com/pm5/node-google-spreadsheet-download/issues"
},
"homepage": "https://github.com/pm5/node-google-spreadsheet-download"
}