forked from munrexio/yandex2mqtt
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
41 lines (41 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}
}