mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2024-12-27 15:10:14 +08:00
21 lines
597 B
JSON
21 lines
597 B
JSON
{
|
|
"name": "steamcommunity",
|
|
"version": "2.2.0",
|
|
"description": "Provides an interface for logging into and interacting with the Steam Community website",
|
|
"keywords": ["steam", "steam community"],
|
|
"homepage": "https://github.com/DoctorMcKay/node-steamcommunity",
|
|
"bugs": {
|
|
"url": "https://github.com/DoctorMcKay/node-steamcommunity/issues"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DoctorMcKay/node-steamcommunity.git"
|
|
},
|
|
"dependencies": {
|
|
"request": "2.51.x",
|
|
"node-bignumber": "1.2.x",
|
|
"steamid": "0.1.x",
|
|
"xml2js": "0.4.x"
|
|
}
|
|
} |