LibJF/libjf-web-v0/src/testmod/resources/fabric.mod.json

14 lines
242 B
JSON
Raw Normal View History

2021-11-10 16:47:15 +01:00
{
"schemaVersion": 1,
"id": "libjf-web-v0-testmod",
"version": "1.0",
"environment": "*",
"entrypoints": {
"libjf:web": ["io.gitlab.jfronny.libjf.web.test.WebTest"]
},
"custom": {
"libjf": {
"web": true
}
}
}