steam-client
Version:
SteamClient from node-steam with proper versioning and more features
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "steam-client",
"version": "2.5.8",
"description": "SteamClient from node-steam with proper versioning and more features",
"keywords": [
"steam",
"steam client"
],
"homepage": "https://github.com/DoctorMcKay/node-steam-client",
"bugs": {
"url": "https://github.com/DoctorMcKay/node-steam-client/issues"
},
"license": "MIT",
"author": {
"name": "Alexander Corn",
"email": "mckay@doctormckay.com",
"url": "https://www.doctormckay.com"
},
"contributors": [
{
"name": "Nicholas",
"email": "vvnicholas@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/DoctorMcKay/node-steam-client.git"
},
"dependencies": {
"@doctormckay/steam-crypto": "^1.2.0",
"async": "^2.5.0",
"buffer-crc32": "^0.2.13",
"bytebuffer": "^5.0.0",
"protobufjs": "^5.0.2",
"websocket13": "^1.7.4"
},
"devDependencies": {
"steam-user": "^3.21.7"
},
"engines": {
"node": ">=4.1.1"
},
"scripts": {
"prepublish": "node scripts/prepublish.js"
}
}