node-steamcommunity/package.json

21 lines
598 B
JSON
Raw Normal View History

2014-10-01 03:18:17 +08:00
{
"name": "steamcommunity",
2015-05-12 03:48:13 +08:00
"version": "1.0.4",
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",
"url": "https://github.com/Doctor_McKay/node-steamcommunity.git"
},
"dependencies": {
2014-12-17 13:47:54 +08:00
"request": "2.51.x",
2014-12-17 13:50:15 +08:00
"node-bignumber": "1.2.x",
2014-12-17 14:48:07 +08:00
"steamid": "0.1.x",
"xml2js": "0.4.x"
2014-10-01 03:18:17 +08:00
}
}