-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 818 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
{
"name": "hostingbot.net",
"version": "1.1.0",
"description": "Unofficial module for handling API request with hostingbot.net, meant to be optimized for hostingbot.net using virtualizor.",
"main": "hostingbot.js",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Romvnly-Gaming/hostingbot.net.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"keywords": [
"hostingbot.net",
"hostingbot",
"api",
"wrapper",
"hostingbot.net api",
"hostingbot.net wrapper"
],
"author": "Romvnly#5369",
"license": "MIT",
"bugs": {
"url": "https://github.com/Romvnly-Gaming/hostingbot.net/issues"
},
"homepage": "https://github.com/Romvnly-Gaming/hostingbot.net#readme"
}