Removed unused File and begin with update

This commit is contained in:
Tim Windelschmidt 2016-01-08 14:36:16 +01:00
parent e4fae9ca53
commit 8d9133c6d3
2 changed files with 10 additions and 14 deletions

View File

@ -1,4 +0,0 @@
/*var statusbot = require("./statusbot");
statusbot.start();*/

View File

@ -1,17 +1,17 @@
{
"name": "statusbot",
"description": "ctdo status bot",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"dependencies": {
"express": "3.4",
"connect-flash": "0.1.1",
"net-snmp": "1.1.8",
"redis": "0.8.5",
"underscore": "1.5.2",
"jade": "0.35",
"socket.io": "0.9.16",
"moment": "2.3.1"
"express": "^3.4",
"connect-flash": "^0.1.1",
"net-snmp": "^1.1.8",
"redis": "^0.8.5",
"underscore": "^1.5.2",
"jade": "^0.35",
"socket.io": "^0.9.16",
"moment": "^2.3.1"
},
"main": "index"
"main": "statusbot"
}