2014-10-01 03:18:17 +08:00
|
|
|
{
|
|
|
|
"name": "steamcommunity",
|
2017-11-30 21:59:58 +08:00
|
|
|
"version": "3.33.2",
|
2015-01-30 15:46:03 +08:00
|
|
|
"description": "Provides an interface for logging into and interacting with the Steam Community website",
|
2017-06-15 22:04:37 +08:00
|
|
|
"keywords": [
|
|
|
|
"steam",
|
|
|
|
"steam community"
|
|
|
|
],
|
2014-10-01 03:18:17 +08:00
|
|
|
"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": {
|
2017-06-15 21:56:12 +08:00
|
|
|
"@doctormckay/stats-reporter": "^1.0.2",
|
2017-06-12 01:26:52 +08:00
|
|
|
"request": "^2.81.0",
|
2016-01-19 07:46:45 +08:00
|
|
|
"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",
|
2017-01-04 13:03:08 +08:00
|
|
|
"cheerio": "0.22.0",
|
|
|
|
"async": "^2.1.4",
|
2016-01-19 07:46:45 +08:00
|
|
|
"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
|
|
|
}
|