{
  "name": "robloxb-js",
  "version": "4.0.4",
  "description": "A node module that provides an interface for performing actions on ROBLOX, mostly for use with their HttpService feature.",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sentanos/roblox-js.git"
  },
  "keywords": [
    "roblox",
    "bot",
    "clans"
  ],
  "author": "Joshua Lanese <froastj@gmail.com>",
  "dependencies": {
    "bluebird": "^3.4.0",
    "cheerio": "^1.0.0-rc.2",
    "entities": "^1.1.1",
    "request": "^2.81.0",
    "request-promise": "^4.2.1",
    "signalr-client": "0.0.17"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sentanos/roblox-js/issues"
  },
  "homepage": "https://github.com/sentanos/roblox-js",
  "devDependencies": {
    "JSONStream": "^1.3.1",
    "progress": "^2.0.0"
  },
  "directories": {
    "example": "examples",
    "lib": "lib"
  }
}
