rbxjs-plus
Version:
A system allowing access to roblox functions.
37 lines (36 loc) • 849 B
JSON
{
"name": "rbxjs-plus",
"version": "1.1.8",
"description": "A system allowing access to roblox functions.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ytomasch/rbxjs-plus"
},
"keywords": [
"roblox",
"bot",
"clans"
],
"author": "YuguTech LLC <michael@yugutech.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": "",
"bugs": {
"url": "https://github.com/ytomasch/rbxjs-plus/issues"
},
"homepage": "https://github.com/ytomasch/rbxjs-plus",
"devDependencies": {
"JSONStream": "^1.3.1",
"progress": "^2.0.0"
}
}