-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 957 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 957 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
38
39
40
41
{
"name": "node-ustats-lite",
"version": "2.2.0",
"description": "UTStats built using node.js",
"repository": {
"type": "git",
"url": "https://github.com/scottadkin/node-utstats-lite"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"utstats",
"unreal",
"tournament",
"node"
],
"author": "Scott Adkin",
"license": "ISC",
"dependencies": {
"archiver": "^7.0.1",
"basic-ftp": "^5.3.0",
"body-parser": "^2.2.2",
"canvas": "^3.2.3",
"cookie-parser": "^1.4.7",
"ejs": "^5.0.2",
"encoding-japanese": "^2.2.0",
"express": "^5.2.1",
"express-mysql-session": "^3.0.3",
"express-session": "^1.19.0",
"geoip-lite": "^2.0.1",
"jimp": "^1.6.1",
"js-sha256": "^0.11.1",
"md5": "^2.3.0",
"multer": "^2.1.1",
"mysql2": "^3.22.2",
"ssh2-sftp-client": "^12.1.1",
"unzipper": "^0.12.3"
}
}