Apple Push notifications. Trying something else. again

This commit is contained in:
Martin Donnelly 2016-05-06 10:31:33 +01:00
parent 03552b7f0c
commit 1a2c234134
2 changed files with 3 additions and 4 deletions

View File

@ -93,7 +93,6 @@ var officeController = function(neweventbus) {
this.setupNextMeeting(todaysList); this.setupNextMeeting(todaysList);
}); });
this.mqtt = new mqttClient.mqttClient(); this.mqtt = new mqttClient.mqttClient();
//This.timer; //This.timer;

View File

@ -7,7 +7,7 @@
"test": "test" "test": "test"
}, },
"dependencies": { "dependencies": {
"body-parser": "^1.14.2", "body-parser": "^1.15.1",
"cookie-parser": "*", "cookie-parser": "*",
"ejs": "*", "ejs": "*",
"errorhandler": "*", "errorhandler": "*",
@ -51,7 +51,7 @@
"gulp-uglify": "^1.5.3", "gulp-uglify": "^1.5.3",
"jshint": "^2.9.2", "jshint": "^2.9.2",
"jsonfile": "^2.3.0", "jsonfile": "^2.3.0",
"log4js": "^0.6.35", "log4js": "^0.6.36",
"mocha": "^2.4.5", "mocha": "^2.4.5",
"mqtt-ws": "^0.2.0", "mqtt-ws": "^0.2.0",
"node-cron": "^1.1.1", "node-cron": "^1.1.1",