-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 884 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 884 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
{
"name": "google-drive"
, "description": "Node.js library for accessing Google Drive's API at <https://developers.google.com/drive/v1/reference/>"
, "version": "0.0.1"
, "author": "Nick Baugh <niftylettuce@gmail.com>"
, "contributors": [
{ "name": "Nick Baugh", "email": "niftylettuce@gmail.com" }
]
, "keywords": [ "google", "drive", "gdrive", "google-drive", "node-google", "node-google-drive", "node-gdrive", "api" ]
, "homepage": "https://github.com/niftylettuce/node-google-drive"
, "repository": {
"type": "git"
, "url": "https://github.com/niftylettuce/node-google-drive.git"
}
, "engines": {
"node": ">= 0.6.0"
}
, "main": "lib/main.js"
, "dependencies": {}
, "devDependencies": {
"vows": ">= 0.6.2",
"everyauth": ">= 0.2.32",
"express": ">= 2.5.9"
}
, "scripts": { "test": "vows test/*" }
}