33 lines
772 B
JSON
33 lines
772 B
JSON
{
|
|
"name": "Utility",
|
|
"version": "0.1.0",
|
|
"author": "Bryson Shepard <bryson@natureinpots.com>",
|
|
"description": "Import/export workflows for plant data and media orchestration.",
|
|
"module": "plugins.utility",
|
|
"routes": {
|
|
"module": "plugins.utility.routes",
|
|
"blueprint": "bp",
|
|
"url_prefix": "/utility"
|
|
},
|
|
"models": [
|
|
"plugins.utility.models"
|
|
],
|
|
"tasks": [
|
|
"plugins.utility.tasks"
|
|
],
|
|
"subplugins": [
|
|
{
|
|
"name": "Utility Search",
|
|
"module": "plugins.utility.search",
|
|
"routes": {
|
|
"module": "plugins.utility.search",
|
|
"blueprint": "bp",
|
|
"url_prefix": "/utility/search"
|
|
},
|
|
"models": []
|
|
}
|
|
],
|
|
"license": "Proprietary",
|
|
"repository": "https://github.com/your-org/your-app"
|
|
}
|