node-steamcommunity/package.json

23 lines
651 B
JSON
Raw Normal View History

2014-10-01 03:18:17 +08:00
{
"name": "steamcommunity",
2015-09-20 11:35:10 +08:00
"version": "3.9.2",
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-09-03 05:22:17 +08:00
"request": "^2.61.0",
2015-06-29 07:40:00 +08:00
"node-bignumber": "^1.2.1",
2015-09-03 05:22:17 +08:00
"steamid": "^0.3.1",
"xml2js": "^0.4.11",
2015-09-09 23:52:31 +08:00
"cheerio": "^0.19.0",
"async": "^1.4.2"
2014-10-01 03:18:17 +08:00
}
}