Removed unused File and begin with update
This commit is contained in:
parent
e4fae9ca53
commit
8d9133c6d3
|
@ -1,4 +0,0 @@
|
|||
|
||||
/*var statusbot = require("./statusbot");
|
||||
|
||||
statusbot.start();*/
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue