forked from mhdawson/google-drive-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.35 KB
/
package.json
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
{
"name": "node-cloudfs-drive",
"version": "1.0.9",
"description": "Wrapper to simplify interaction with google drive apis",
"main": "lib/index.js",
"scripts": {
"test": "lab -t 50 -c -M 20000 -r console -o stdout -r html --verbose -o test/CODE_COVERAGE.html -l -I testAccount,Config,lab,Lab,vtv,Hoek,user,auth,async",
"test:dev": "lab --inspect-brk -t 50 -c -M 20000 -r console -o stdout -r html --verbose -o test/CODE_COVERAGE.html -l -I testAccount,Config,lab,Lab,vtv,Hoek,user,auth,async",
"dev": "node --inspect-brk test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rainabba/node-cloudfs-drive.git"
},
"dependencies": {
"googleapis": "34.0.0",
"mime-types": ">=2.x.x < 3.0.0",
"moment": ">=2.0.0 < 3.0.0",
"node-cache": "^4.2.0",
"promise-ratelimit": "^0.0.3",
"retry": "^0.12.0"
},
"keywords": [
"google",
"apis",
"api",
"server",
"drive",
"google drive"
],
"author": "Michael Dawson",
"license": "MIT",
"bugs": {
"url": "https://github.com/rainabba/node-cloudfs-drive/issues"
},
"homepage": "https://github.com/rainabba/node-cloudfs-drive#readme",
"devDependencies": {
"code": "^5.2.0",
"lab": "16.1.0",
"oauth-token-generator-google": "git+https://github.com/rainabba/oauth-token-generator-google.git",
"uuid": "^3.2.1"
}
}