{ "name": "panda", "version": "1.0.0", "description": "panda irc bot", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@ghghgh.us:panda.git" }, "author": "ryz@asdf.us", "private": true, "license": "SEE LICENSE IN LNT-1.txt", "dependencies": { "async": "^2.1.2", "body-parser": "^1.15.2", "cookie-parser": "^1.4.3", "csurf": "^1.9.0", "dotenv": "^2.0.0", "express": "^4.14.0", "express-liquid": "^0.2.6", "express-session": "^1.14.2", "irc": "^0.5.0", "ircdjs": "0.0.17", "knox": "^0.9.2", "multer": "^1.2.0", "socket.io": "^1.5.1" } }