forked from hardillb/node-red-alexa-home-skill-web
-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
67 lines (67 loc) · 1.74 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "node-red-alexa-home-skill-v3",
"version": "0.11.6",
"description": "",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/app.js"
},
"keywords": [
"alexa",
"smart",
"home",
"google"
],
"bugs": {
"url": "https://github.com/coldfire84/node-red-alexa-home-skill-v3-web/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/coldfire84/node-red-alexa-home-skill-v3-web"
},
"homepage": "https://red.cb-net.co.uk/",
"author": "[email protected]",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.154.0",
"@primer/octicons": "^17.4.1",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"connect-flash": "^0.1.1",
"connect-redis": "^6.1.3",
"countries-api": "^2.0.2",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-rate-limit": "^6.5.2",
"express-robots-txt": "^1.0.0",
"express-session": "^1.17.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.5.3",
"mongoose-sequence": "^5.3.1",
"morgan": "^1.10.0",
"mqtt": "^4.3.7",
"nodemailer": "^6.7.8",
"oauth2orize": "^1.11.1",
"passport": "^0.6.0",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2",
"passport-totp": "0.0.2",
"prettier": "^2.7.1",
"querystring": "^0.2.1",
"redis": "^4.3.0",
"saslprep": "^1.0.3",
"serve-favicon": "^2.5.0",
"sitemap": "^7.1.1",
"uid2": "1.0.0",
"universal-analytics": "^0.5.3",
"uuid": "^8.3.2",
"winston": "^3.8.1"
},
"devDependencies": {
"passport-oauth2": "^1.5.0"
}
}