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",
|
"name": "statusbot",
|
||||||
"description": "ctdo status bot",
|
"description": "ctdo status bot",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "3.4",
|
"express": "^3.4",
|
||||||
"connect-flash": "0.1.1",
|
"connect-flash": "^0.1.1",
|
||||||
"net-snmp": "1.1.8",
|
"net-snmp": "^1.1.8",
|
||||||
"redis": "0.8.5",
|
"redis": "^0.8.5",
|
||||||
"underscore": "1.5.2",
|
"underscore": "^1.5.2",
|
||||||
"jade": "0.35",
|
"jade": "^0.35",
|
||||||
"socket.io": "0.9.16",
|
"socket.io": "^0.9.16",
|
||||||
"moment": "2.3.1"
|
"moment": "^2.3.1"
|
||||||
},
|
},
|
||||||
"main": "index"
|
"main": "statusbot"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue