forked from astrada/google-drive-ocamlfuse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 623 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "google-drive-ocamlfuse",
"version": "1.0.0",
"private": true,
"description": "FUSE filesystem over Google Drive",
"main": "login_puppet.js",
"repository": {
"type": "git",
"url": "git+https://github.com/astrada/google-drive-ocamlfuse.git"
},
"author": "Alessandro Strada",
"license": "MIT",
"bugs": {
"url": "https://github.com/astrada/google-drive-ocamlfuse/issues"
},
"homepage": "https://github.com/astrada/google-drive-ocamlfuse#readme",
"dependencies": {
"puppeteer": "^5.5.0",
"puppeteer-extra": "^3.1.15",
"puppeteer-extra-plugin-stealth": "^2.6.5"
}
}