-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 853 Bytes
/
package.json
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
31
32
33
34
35
36
37
{
"name": "yucibot",
"version": "1.0.0",
"description": "Chat bot",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "yucibot"
},
"author": "Mstiekema",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.2",
"cron": "^1.1.1",
"debug": "~2.2.0",
"ejs": "^2.5.5",
"express": "~4.14.0",
"express-session": "^1.15.3",
"mysql": "^2.12.0",
"passport": "^0.3.2",
"passport-twitch": "^1.0.3",
"progressbar.js": "^1.0.1",
"serve-favicon": "~2.3.0",
"socket.io": "^1.7.4",
"socket.io-client": "^1.7.4",
"tmi.js": "^1.2.1",
"twitter": "^1.7.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0"
}
}