mirror of
https://github.com/hardillb/node-red-alexa-home-skill-web.git
synced 2025-12-11 09:29:44 +01:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "home-skill-web",
|
|
"version": "0.0.2",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": [
|
|
"alexa",
|
|
"smart",
|
|
"home"
|
|
],
|
|
"author": "hardillb@gmail.com",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"body-parser": "^1.15.2",
|
|
"connect-flash": "^0.1.1",
|
|
"cookie-parser": "^1.4.3",
|
|
"ejs": "^3.1.7",
|
|
"express": "^4.14.0",
|
|
"express-session": "^1.14.1",
|
|
"mongoose": "^5.7.6",
|
|
"mongoose-sequence": "^3.1.0",
|
|
"morgan": "^1.7.0",
|
|
"mqtt": "^2.0.1",
|
|
"nodemailer": "^6.6.1",
|
|
"oauth2orize": "^1.5.1",
|
|
"passport": "^0.6.0",
|
|
"passport-http": "^0.3.0",
|
|
"passport-http-bearer": "^1.0.1",
|
|
"passport-local": "^1.0.0",
|
|
"passport-local-mongoose": "^4.0.0",
|
|
"passport-totp": "0.0.2",
|
|
"querystring": "^0.2.0",
|
|
"request": "^2.79.0",
|
|
"rotating-file-stream": "^1.3.6",
|
|
"simple-node-logger": "^0.93.40",
|
|
"uid2": "0.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"passport-oauth2": "^1.3.0"
|
|
}
|
|
}
|