forked from ismarslomic/google-assistant-oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 783 Bytes
/
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
{
"name": "google-assistant-oauth",
"version": "1.0.0",
"description": "Simple utility for retrieving OAuth 2.0 tokens for access to Google Assistant SDK",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ismarslomic/google-assistant-oauth.git"
},
"keywords": [
"google assistant",
"oauth"
],
"author": "Ismar Slomic <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ismarslomic/google-assistant-oauth/issues"
},
"homepage": "https://github.com/ismarslomic/google-assistant-oauth#readme",
"dependencies": {
"google-auth-library": "^7.14.1",
"mkdirp": "^1.0.4",
"open": "^8.4.0",
"server-destroy": "^1.0.1"
}
}