mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2025-08-07 16:50:30 +03:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"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.5",
|
|
"ejs": "^3.1.6",
|
|
"errorhandler": "^1.5.0",
|
|
"express": "^4.15.2",
|
|
"express-session": "^1.17.1",
|
|
"https": "^1.0.0",
|
|
"lokijs": "^1.5.11",
|
|
"mqtt": "^4.2.6",
|
|
"mqtt-packet": "^6.9.0",
|
|
"oauth2orize": "^1.8.0",
|
|
"passport": "^0.4.1",
|
|
"passport-http": "^0.3.0",
|
|
"passport-http-bearer": "^1.0.1",
|
|
"passport-local": "^1.0.0",
|
|
"passport-oauth2-client-password": "^0.1.2",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.21.0",
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
"eslint-plugin-import": "^2.22.1"
|
|
}
|
|
}
|