node-steamcommunity/package.json

22 lines
627 B
JSON
Raw Normal View History

2014-10-01 03:18:17 +08:00
{
"name": "steamcommunity",
2015-07-25 13:55:45 +08:00
"version": "3.2.0",
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": {
2015-06-29 07:40:00 +08:00
"request": "^2.58.0",
"node-bignumber": "^1.2.1",
"steamid": "^0.3.0",
"xml2js": "^0.4.9",
"cheerio": "^0.19.0"
2014-10-01 03:18:17 +08:00
}
}