forked from openhab/openhab-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.34 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
83
84
85
{
"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": {
"apn": "1.7.6",
"bcrypt-cache": "^1.0.2",
"bcrypt": "1.0.2",
"body-parser": "^1.17.2",
"chokidar": "0.6.2",
"connect-flash": "0.1.1",
"connect-mongodb": "1.1.5",
"connect-redis": "3.1.0",
"cookie-parser": "^1.4.3",
"cron": "1.0.3",
"csurf": "^1.9.0",
"ejs": "2.5.5",
"ejs-locals": "1.0.2",
"email-templates": "3.3.2",
"errorhandler": "^1.5.0",
"express": "^4.16.4",
"express-form": "0.12.6",
"express-session": "^1.15.3",
"firebase-messaging": "^1.0.6",
"heapdump": "0.3.7",
"hiredis": "0.5.0",
"less-middleware": "2.2.0",
"memwatch-next": "0.3.0",
"method-override": "^2.3.9",
"moment": "2.20.1",
"mongoose": "4.4.8",
"mongoose-cache": "0.1.4",
"mongoose-types": "1.0.3",
"morgan": "^1.8.2",
"node-gcm": "0.14.4",
"node-xmpp-client": "3.2.0",
"nodemailer": "4.0.1",
"oauth2orize": "^1.11.0",
"passport": "0.1.18",
"passport-http": "0.2.2",
"passport-http-bearer": "1.0.1",
"passport-local": "1.0.0",
"passport-oauth2-client-password": "0.1.2",
"ratelimiter": "2.1.3",
"redis": "2.6.2",
"request": "^2.88.0",
"serve-favicon": "^2.4.3",
"serve-static": "^1.12.3",
"socket.io": "1.3.7",
"socket.io-client": "1.1.0",
"socket.io-redis": "0.1.4",
"time": "0.11.4",
"timezone": "0.0.23",
"uuid": "3.0.1",
"winston": "3.0.0",
"winston-daily-rotate-file": "^3.5.1"
},
"devDependencies": {
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.2",
"docker-compose": "^0.9.2",
"grunt": "^1.0.1",
"grunt-express-server": "^0.5.3",
"grunt-mocha-test": "^0.13.2",
"grunt-qunit-node": "^0.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.5.3",
"node-gyp": "^3.8.0",
"nyc": "^13.1.0",
"qunit": "^2.5.0",
"should": "^11.2.1",
"sinon": "^7.1.1",
"sinon-express-mock": "^2.1.0",
"sinon-mock-server": "^0.4.1",
"sinon-mongoose": "^2.2.1",
"supertest": "^3.0.0",
"supertest-session": "^3.3.0"
}
}