steamwebapi
Version:
Steam Web API Node.js SDK
36 lines (35 loc) • 867 B
JSON
{
"name": "steamwebapi",
"version": "0.0.4",
"description": "Steam Web API Node.js SDK",
"homepage": "https://github.com/ksean/steamwebapi-node-sdk",
"main": "SteamWebAPI.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"xmlhttprequest": "~1.8.0"
},
"devDependencies": {
"mocha": "~5.1.1",
"xmlhttprequest": "~1.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ksean/steamwebapi-node-sdk.git"
},
"keywords": [
"steam",
"api",
"node",
"sdk",
"web",
"nodejs",
"steamwebapi"
],
"author": "Sean Kennedy <sean@kennedy.software> (https://kennedy.software)",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/ksean/steamwebapi-node-sdk/issues"
}
}