1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"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",
"knox": "^0.9.2",
"multer": "^1.2.0",
"socket.io": "^1.5.1"
}
}
|