mirror of
https://github.com/hardillb/node-red-alexa-home-skill-web.git
synced 2026-01-05 20:23:22 +01:00
41 lines
935 B
JSON
41 lines
935 B
JSON
{
|
|
"name": "home-skill-web",
|
|
"version": "0.0.1",
|
|
"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": "^2.5.2",
|
|
"express": "^4.14.0",
|
|
"express-session": "^1.14.1",
|
|
"mongoose": "^4.6.5",
|
|
"mongoose-sequence": "^3.1.0",
|
|
"morgan": "^1.7.0",
|
|
"mqtt": "^2.0.1",
|
|
"oauth2orize": "^1.5.1",
|
|
"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",
|
|
"passport-totp": "0.0.2",
|
|
"uid2": "0.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"passport-oauth2": "^1.3.0"
|
|
}
|
|
}
|