forked from theoephraim/node-google-spreadsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 998 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
{
"author": "Finbox.io <[email protected]> (https://finbox.io)",
"name": "finbox-google-sheets",
"description": "Google Spreadsheet Data API -- simple interface to read/write rows + cells",
"version": "1.2.4",
"keywords": [
"google",
"spreadsheet",
"spreadsheets",
"gdata",
"api"
],
"homepage": "https://github.com/lapwinglabs/node-google-spreadsheet",
"repository": {
"type": "git",
"url": "git://github.com/lapwinglabs/node-google-spreadsheet.git"
},
"main": "index.js",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"async": "^1.3.0",
"google-auth-library": "^0.9.6",
"lodash": "^3.7.0",
"request": "~2.29.0",
"xml2js": "~0.4.0"
},
"devDependencies": {
"nodeunit": "~0.8.2",
"async": "~0.2.9"
},
"scripts": {
"test": "nodeunit test/spreadsheet_test.js"
},
"bugs": {
"url": "https://github.com/lapwinglabs/node-google-spreadsheet/issues"
},
"directories": {
"test": "test"
}
}