forked from skriken/bloxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 973 Bytes
/
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
{
"name": "bloxy",
"version": "2.9.9964",
"description": "Interact with the Roblox site and API",
"main": "index.js",
"types": "./typings/index.d.ts",
"scripts": {
"test": "node ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MartinRBX/bloxy.git"
},
"keywords": [
"roblox",
"bloxy",
"api",
"roblox-api"
],
"author": "MartinRBX",
"license": "MIT",
"bugs": {
"url": "https://github.com/MartinRBX/bloxy/issues"
},
"homepage": "https://github.com/MartinRBX/bloxy#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"easydata": "^1.0.1",
"request": "^2.88.0",
"signalr-client": "0.0.19"
},
"devDependencies": {
"@types/node": "^10.12.5",
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}