node-steamcommunity/package.json
Alexander Corn 758b749487 3.30.6
2017-02-25 19:12:42 -05:00

28 lines
706 B
JSON

{
"name": "steamcommunity",
"version": "3.30.6",
"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.61.0",
"node-bignumber": "^1.2.1",
"steamid": "^1.0.0",
"xml2js": "^0.4.11",
"cheerio": "0.22.0",
"async": "^2.1.4",
"steam-totp": "^1.3.0"
},
"engines": {
"node": ">=4.0.0"
}
}