-
Notifications
You must be signed in to change notification settings - Fork 141
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "noblox.js",
"version": "4.5.0",
"description": "A Node.js wrapper for ROBLOX. (original from sentanos)",
"main": "lib/index.js",
"types": "typings/index.d.ts",
"scripts": {
"test": "eslint lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/suufi/noblox.js.git"
},
"keywords": [
"roblox",
"bot",
"clans"
],
"dependencies": {
"bluebird": "^3.5.4",
"cheerio": "^1.0.0-rc.3",
"entities": "^2.0.0",
"request": "^2.81.0",
"request-promise": "^4.2.4",
"signalr-client": "0.0.20"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/suufi/noblox.js/issues"
},
"author": "Suufi <me@suufi.me> (https://github.com/suufi)",
"contributors": [
"Joshua Lanese <froastj@gmail.com>"
],
"homepage": "https://github.com/suufi/noblox.js",
"devDependencies": {
"JSONStream": "^1.3.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"progress": "^2.0.0",
"standard": "^14.3.1"
}
}