You've already forked tribes-plugin-kobold
4658b76241
CI / Test (push) Failing after 22s
Rename Kobold and Trust plugin identity references to tribe-one-prefixed slugs across runtime API, e2e fixtures, and docs.
29 lines
642 B
JSON
29 lines
642 B
JSON
{
|
|
"id": "org.tribe-one.plugins.kobold",
|
|
"slug": "tribe-one-kobold",
|
|
"display_name": "Kobold",
|
|
"version": "0.1.0",
|
|
"description": "Distributed dataset and lightweight data-application plugin for Tribes OS.",
|
|
"entry_module": "TribeOne.TribesPlugin.Kobold.Plugin",
|
|
"host_api": "1",
|
|
"otp_app": "tribe_one_kobold",
|
|
"provides": [
|
|
"org.tribes.kobold.dataset@1"
|
|
],
|
|
"requires": [
|
|
"org.tribe-one.caps.ui@1",
|
|
"org.tribes.alliance.trust@1"
|
|
],
|
|
"enhances_with": [],
|
|
"assets": {
|
|
"global_js": [
|
|
"kobold.js"
|
|
],
|
|
"global_css": [
|
|
"kobold.css"
|
|
]
|
|
},
|
|
"migrations": true,
|
|
"children": false
|
|
}
|