node-steamcommunity/package.json
2014-12-17 00:50:15 -05:00

20 lines
537 B
JSON

{
"name": "steamcommunity",
"version": "0.1.0",
"description": "Facilitates logins to the Steam Communtiy 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/Doctor_McKay/node-steamcommunity.git"
},
"dependencies": {
"request": "2.51.x",
"node-bignumber": "1.2.x",
"steamid": "0.1.x"
}
}