-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 844 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
{
"name": "google-spreadsheet-append",
"version": "0.0.7",
"description": "Append rows to a Google Spreadsheet",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/anrim/google-spreadsheets-append.git"
},
"keywords": [
"google",
"spreadsheet",
"append",
"row"
],
"author": "anrim",
"license": "MIT",
"bugs": {
"url": "https://github.com/anrim/google-spreadsheets-append/issues"
},
"homepage": "https://github.com/anrim/google-spreadsheets-append",
"dependencies": {
"debug": "~2.2.0",
"google-oauth-jwt": "~0.1.7",
"js2xmlparser": "~0.1.9",
"request": "~2.67.0",
"thunkify": "~2.1.2"
},
"devDependencies": {
"mocha": "~2.3.4",
"moment": "~2.10.6",
"co": "~4.6.0"
}
}