-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 807 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
{
"name": "viewer-analytics",
"version": "1.0.0",
"description": "Tracks amount of time users have spent watching a streamer.",
"main": "backend/backend.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jo32pilot/Viewer-Analytics.git"
},
"keywords": [
"twitch",
"viewers",
"watch",
"time",
"leaderboard"
],
"author": "jo32pilot",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jo32pilot/Viewer-Analytics/issues"
},
"homepage": "https://github.com/jo32pilot/Viewer-Analytics#readme",
"dependencies": {
"jsdom": "^13.2.0",
"jsrsasign": "^8.0.12",
"log4js": "^4.5.1",
"mysql": "^2.17.1",
"node-schedule": "^1.3.2"
}
}