This commit is contained in:
Evgenii Abramov
2021-01-18 01:52:32 +03:00
commit d6ae5dc1ea
26 changed files with 4083 additions and 0 deletions

40
package.json Normal file
View File

@@ -0,0 +1,40 @@
{
"name": "yandex2mqtt",
"version": "0.2.0",
"repository": "https://github.com/munrexio/yandex2mqtt.git",
"license": "MIT",
"contributors": [
{
"name": "Munrexio",
"url": "https://github.com/munrexio"
}
],
"scripts": {
"start": "node app.js"
},
"dependencies": {
"@poziworld/oauth2orize": "^1.11.1",
"body-parser": "^1.17.1",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"errorhandler": "^1.5.0",
"express": "^4.15.2",
"express-session": "^1.15.2",
"https": "^1.0.0",
"lokijs": "^1.5.6",
"mqtt": "^3.0.0",
"mqtt-packet": "^6.1.2",
"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-oauth2-client-password": "^0.1.2"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0"
}
}