forked from CloudNetService/CloudNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules.json
More file actions
32 lines (32 loc) · 1.13 KB
/
modules.json
File metadata and controls
32 lines (32 loc) · 1.13 KB
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
{
"entries": [
{
"official": true,
"name": "CloudNet-Rest",
"website": "https://github.com/CloudNetService/module-rest",
"version": "0.5.1",
"sha3256": "07877b1e1a07c73f480694a866b8d6ec6445bb0be63d6c47682c4393d432f835",
"description": "Module which provides a REST API for managing resources within the CloudNet system",
"url": "https://github.com/CloudNetService/module-rest/releases/download/0.5.1/cloudnet-rest.jar",
"maintainers": [
"CloudNetService"
],
"releaseNotes": [],
"dependingModules": []
},
{
"official": false,
"name": "Templify",
"website": "https://github.com/whereareiam/Templify",
"version": "1.0.0",
"sha3256": "638fb559511563534a4affb908bb4161fd63164989b9a5ef1deb95e7c10875c8",
"description": "Module for pre-startup processing and modification of service templates before they are deployed",
"url": "https://github.com/whereareiam/Templify/releases/download/1.0.0/Templify-1.0.0.jar",
"maintainers": [
"whereareiam"
],
"releaseNotes": [],
"dependingModules": []
}
]
}