-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 889 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 889 Bytes
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": "logviewer",
"version": "1.0.0",
"description": "Tool for keeping and retrieving logs of individuals in twitch chat",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CBenni/logviewer.git"
},
"keywords": [
"twitch",
"chat"
],
"author": "CBenni",
"license": "MIT",
"bugs": {
"url": "https://github.com/CBenni/logviewer/issues"
},
"homepage": "https://github.com/CBenni/logviewer#readme",
"dependencies": {
"body-parser": "^1.15.0",
"compression": "^1.6.0",
"cookie-parser": "^1.4.1",
"express": "^4.13.3",
"http": "0.0.0",
"lodash": "^4.13.1",
"mysql": "^2.10.0",
"request": "^2.72.0",
"socket.io": "^1.4.4",
"strftime": "^0.9.2",
"tls": "0.0.1",
"winston": "^2.2.0"
}
}