UNPKG

machinepack-steam

Version:

Communicate with Steam Web API to query Steam information.

40 lines (39 loc) 949 B
{ "name": "machinepack-steam", "version": "0.1.10", "description": "Communicate with Steam Web API to query Steam information.", "scripts": { "test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js" }, "keywords": [ "Steam", "machines", "machinepack" ], "author": "", "license": "MIT", "dependencies": { "machine": "^3.0.0", "machinepack-http": "^2.0.1" }, "devDependencies": { "test-machinepack-mocha": "^0.2.2" }, "machinepack": { "friendlyName": "Steam", "machineDir": "machines/", "machines": [ "get-news-for-app", "get-global-achievement-percentage-for-app", "get-global-stats-for-game", "get-player-summaries", "get-friend-list", "get-player-achievements", "get-owned-games", "get-recently-played-games", "is-playing-shared-game", "get-schema-for-game", "get-player-bans" ] } }