-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.27 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "openhabcloud",
"description": "openHAB cloud service",
"version": "1.0.10",
"private": true,
"scripts": {
"start": "node app.js",
"test": "nyc --reporter=html mocha tests/mocha/unit/**/*.js --recursive",
"integration_tests": "node tests/ohc_simulator_docker.js & mocha tests/mocha/integration/*.js"
},
"dependencies": {
"apns2": "^9.3.0",
"bcrypt": "^5.0.1",
"bcrypt-cache": "^2.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chokidar": "3.5.1",
"connect-flash": "0.1.1",
"connect-mongo": "^4.2.2",
"connect-redis": "5.1.0",
"cookie-parser": "^1.4.5",
"cron": "1.8.2",
"csurf": "^1.11.0",
"ejs": "^3.1.8",
"ejs-locals": "1.0.2",
"email-templates": "8.0.3",
"errorhandler": "^1.5.1",
"express": "^4.17.3",
"express-form": "0.12.6",
"express-session": "^1.17.1",
"firebase-admin": "^12.1.0",
"heapdump": "0.3.15",
"ioredis": "^4.28.5",
"less-middleware": "3.1.0",
"luxon": "^1.28.1",
"mongoose": "^5.13.15",
"mongoose-types": "1.0.3",
"morgan": "^1.10.0",
"nodemailer": "^6.7.5",
"oauth2orize": "^1.11.0",
"passport": "0.6.0",
"passport-http": "0.3.0",
"passport-http-bearer": "1.0.1",
"passport-local": "1.0.0",
"passport-oauth2-client-password": "0.1.2",
"qunitjs": "^2.4.1",
"ratelimiter": "3.4.1",
"recachegoose": "^9.0.0",
"redis": "3.1.2",
"request": "^2.88.0",
"serve-favicon": "^2.5.0",
"serve-static": "^1.14.1",
"socket.io": "2.5.0",
"socket.io-client": "2.4.0",
"socket.io-redis": "6.0.1",
"underscore": "^1.13.4",
"uuid": "8.3.2",
"winston": "3.3.3",
"winston-daily-rotate-file": "^4.5.0"
},
"devDependencies": {
"chai": "^4.3.0",
"cheerio": "^1.0.0-rc.11",
"docker-compose": "^0.23.6",
"grunt": "^1.5.3",
"grunt-express-server": "^0.5.4",
"grunt-mocha-test": "^0.13.3",
"grunt-qunit-node": "^0.1.0",
"istanbul": "^0.4.5",
"mocha": "^10.1.0",
"node-gyp": "^7.1.2",
"nyc": "^15.1.0",
"qunit": "^2.14.0",
"should": "^13.2.3",
"sinon": "^7.5.0",
"sinon-express-mock": "^2.2.1",
"sinon-mock-server": "^0.4.1",
"sinon-mongoose": "^2.3.0",
"supertest": "^6.1.3",
"supertest-session": "^4.1.0"
}
}