forked from openhab/openhab-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.87 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
{
"name": "openhabcloud",
"description": "openHAB cloud service main package",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node app.js",
"qunit": "qunit tests/qunit/**/*.js",
"test": "grunt"
},
"dependencies": {
"apn": "1.7.6",
"bcrypt": "1.0.2",
"bcrypt-cache": "^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": "2.5.4",
"errorhandler": "^1.5.0",
"express": "4.15.3",
"express-form": "0.12.6",
"express-session": "^1.15.3",
"heapdump": "0.3.7",
"hiredis": "0.4",
"less-middleware": "2.2.0",
"memwatch-next": "0.3.0",
"method-override": "^2.3.9",
"moment": "2.3.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": "1.0.8",
"nodemailer": "4.0.1",
"oauth2orize": "1.0.1",
"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.16.6",
"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": "0.7.2"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"grunt": "^1.0.1",
"grunt-express-server": "^0.5.3",
"grunt-mocha-test": "^0.13.2",
"grunt-qunit-node": "^0.1.0",
"mocha": "^3.4.2",
"qunitjs": "^2.3.2",
"should": "^11.2.1",
"supertest": "^3.0.0"
}
}