2014-10-01 03:18:17 +08:00
|
|
|
{
|
|
|
|
"name": "steamcommunity",
|
2016-12-15 13:53:46 +08:00
|
|
|
"version": "3.30.1",
|
2015-01-30 15:46:03 +08:00
|
|
|
"description": "Provides an interface for logging into and interacting with the Steam Community website",
|
2014-10-01 03:18:17 +08:00
|
|
|
"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",
|
2015-05-16 12:44:33 +08:00
|
|
|
"url": "https://github.com/DoctorMcKay/node-steamcommunity.git"
|
2014-10-01 03:18:17 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-01-19 07:46:45 +08:00
|
|
|
"request": "^2.61.0",
|
|
|
|
"node-bignumber": "^1.2.1",
|
2016-03-22 13:20:02 +08:00
|
|
|
"steamid": "^1.0.0",
|
2016-01-19 07:46:45 +08:00
|
|
|
"xml2js": "^0.4.11",
|
2016-03-24 02:33:08 +08:00
|
|
|
"cheerio": "0.19.0",
|
2016-01-19 07:46:45 +08:00
|
|
|
"async": "^1.4.2",
|
|
|
|
"steam-totp": "^1.3.0"
|
2016-03-05 07:27:50 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=4.0.0"
|
2014-10-01 03:18:17 +08:00
|
|
|
}
|
2016-03-05 07:27:50 +08:00
|
|
|
}
|