forked from shokai/node-google-spreadsheet-as-promised
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 951 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
{
"name": "@notainc/google-spreadsheet-as-promised",
"version": "0.3.0",
"description": "Basic Google Spreadsheet functionality - load a spreadsheet, switch workbooks, read and write cells, wrapped in Promise interface and with human readable cell designation.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nota/node-google-spreadsheet-as-promised.git"
},
"keywords": [
"excel",
"promises",
"spreadsheet",
"spreadsheets",
"nodejs",
"node"
],
"author": "Sho Hashimoto <hashimoto@shokai.org>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/nota/node-google-spreadsheet-as-promised/issues"
},
"homepage": "https://github.com/nota/node-google-spreadsheet-as-promised#readme",
"dependencies": {
"google-spreadsheet": "2.0.3"
},
"devDependencies": {}
}