raumstatus/node/package.json

25 lines
542 B
JSON

{
"name": "statusbot",
"description": "ctdo status bot",
"version": "0.0.1",
"private": true,
"dependencies": {
"body-parser": "1.14.2",
"connect-flash": "0.1.1",
"cookie-parser": "1.4.0",
"cookie-session": "2.0.0-alpha.1",
"events": "1.1.0",
"express": "4.13.3",
"jade": "1.11.0",
"moment": "2.11.0",
"net-snmp": "1.1.14",
"path": "0.12.7",
"redis": "2.4.2",
"request": "2.67.0",
"socket.io": "1.4.3",
"underscore": "1.8.3",
"util": "0.10.3"
},
"main": "statusbot"
}