mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2024-12-27 15:10:14 +08:00
22 lines
627 B
JSON
22 lines
627 B
JSON
{
|
|
"name": "steamcommunity",
|
|
"version": "3.4.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.58.0",
|
|
"node-bignumber": "^1.2.1",
|
|
"steamid": "^0.3.0",
|
|
"xml2js": "^0.4.9",
|
|
"cheerio": "^0.19.0"
|
|
}
|
|
} |