mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2025-08-07 16:50:30 +03:00
41 lines
998 B
JSON
41 lines
998 B
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.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"
|
|
}
|
|
}
|