hidden-drive
Version:
Strip `anyoneWithLink` permission from files in Google Drive.
34 lines (33 loc) • 748 B
JSON
{
"author": "smallweirdnumber",
"bugs": {
"url": "https://github.com/amancevice/hidden-drive/issues"
},
"dependencies": {},
"description": "Strip `anyoneWithLink` permission from files in Google Drive.",
"devDependencies": {
"dotenv": "^6.2.0",
"googleapis": "^48.0.0",
"mocha": "^7.1.1",
"nyc": "^15.0.1"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/amancevice/hidden-drive#readme",
"keywords": [
"GoogleDrive",
"privacy"
],
"license": "MIT",
"main": "index.js",
"name": "hidden-drive",
"repository": {
"type": "git",
"url": "git+https://github.com/amancevice/hidden-drive.git"
},
"scripts": {
"test": "nyc mocha"
},
"version": "0.1.0"
}