-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.03 KB
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
44
{
"name": "nodegcall",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "npm run npip -- install",
"nopenv": "nopenv",
"nopy": "nopy",
"npip": "npip",
"start": "npm run -s nopy -- Authenticate.py"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juggernaut451/nodeGCall.git"
},
"author": "",
"contributor": [
{
"name": "Snehil Verma",
"email": "vsnehil92@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/juggernaut451/nodeGCall/issues"
},
"homepage": "https://github.com/juggernaut451/nodeGCall#readme",
"dependencies": {
"nopy": ""
},
"python": {
"execPath": "python3",
"dependencies": {
"google-api-python-client": ">=1.6.5",
"google-auth": ">=1.4.1",
"google-auth-httplib2": ">=0.0.3",
"google-auth-oauthlib": ">=0.2.0",
"oauthlib": ">=2.0.6",
"requests-oauthlib": ">=0.8.0"
}
}
}