googledrive
Version:
Google drive fs for node.js
23 lines (22 loc) • 482 B
JSON
{
"name": "googledrive",
"version": "3.2.0",
"description": "Google drive fs for node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rndomhack/node-googledrive.git"
},
"keywords": [
"googledrive",
"Google Drive"
],
"author": "rndomhack",
"license": "MIT",
"dependencies": {
"googleapis": "^87.0.0"
}
}