forked from hardillb/node-red-contrib-googlehome-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.24 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
44
45
46
47
{
"name": "node-red-contrib-googlehome-web",
"version": "0.0.1",
"description": "Google Home Node-RED Action",
"repository": {
"type": "git",
"url": "https://github.com/hardillb/node-red-contrib-googlehome-web"
},
"bugs": "https://github.com/hardillb/node-red-contrib-googlehome-web/issues",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Google Home",
"node-red"
],
"author": "[email protected]",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "^1.17.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.3",
"express-session": "^1.15.3",
"jsonwebtoken": "^8.4.0",
"mongoose": "^5.7.7",
"mongoose-sequence": "^3.2.0",
"morgan": "^1.8.1",
"mqtt": "^2.14.0",
"nodemailer": "^5.0.0",
"oauth2orize": "^1.8.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"request": "^2.88.0",
"rotating-file-stream": "^1.3.9",
"simple-node-logger": "^18.12.21",
"uid2": "0.0.3"
},
"devDependencies": {
"passport-oauth2": "^1.4.0"
}
}