steam-auth
Version:
openid auth, web api wrappers
24 lines (23 loc) • 437 B
JSON
{
"author": "Yang Shu",
"name": "steam-auth",
"description": "openid auth, web api wrappers",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "https://github.com/eagle21st/SteamWebAPI.git"
},
"main": "./src/steam.js",
"keywords": [
"steam",
"api",
"openid"
],
"dependencies": {
"request-promise": "~0.4.2",
"underscore": "~1.8.3"
},
"engines": [
"node >= v0.10.25"
]
}