Staging
v0.5.0
https://www.npmjs.com/package/steam-market-manager
Raw File
package.json
{
  "name": "steam-market-manager",
  "version": "1.0.8",
  "description": "A simple module to query Steam Market Item prices. Also possible to create your own web api for prices using this.",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Netifriik/node-steam-market-manager.git"
  },
  "keywords": [
    "steam",
    "market",
    "prices",
    "api"
  ],
  "author": "Kristjan Kirpu <kristjan@skins.ee>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Netifriik/node-steam-market-manager/issues"
  },
  "homepage": "https://github.com/Netifriik/node-steam-market-manager#readme",
  "dependencies": {
    "accounting": "^0.4.1",
    "async": "^1.5.2",
    "express": "^4.13.4",
    "fs": "0.0.2",
    "request": "^2.69.0",
    "steamcommunity": "^3.18.5"
  }
}
back to top