-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 997 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 997 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"author": "Piotr Borysowski",
"contributors": [
{
"name": "Michael Oblak",
"email": "m@sheetsu.com"
}
],
"name": "sheetsu-node",
"description": "Official Sheetsu API bindings for Node.js",
"version": "0.0.7",
"homepage": "https://github.com/sheetsu/sheetsu-node",
"repository": {
"type": "git",
"url": "git://github.com/sheetsu/sheetsu-node.git"
},
"keywords": [
"sheetsu",
"api",
"google spreadsheets",
"google spreadsheets api",
"spreadsheets",
"spreadsheets api"
],
"scripts": {
"test": "mocha test/",
"nyan-test": "mocha test/ --reporter nyan"
},
"dependencies": {
"btoa": "^1.1.2",
"xhr2": "^0.1.4",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"mocha": "3.0.0",
"xhr-mock": "^1.7.0"
},
"main": "index",
"optionalDependencies": {},
"engines": {
"node": "*"
},
"bugs": {
"url": "https://github.com/sheetsu/sheetsu-node/issues"
},
"license": "ISC"
}