a ton of fun happened, refactored alot
This commit is contained in:
@ -1,6 +1,31 @@
|
||||
{
|
||||
"name": "plant",
|
||||
"version": "1.0.0",
|
||||
"description": "Plant profile management plugin",
|
||||
"entry_point": null
|
||||
}
|
||||
"name": "Plant",
|
||||
"version": "0.1.0",
|
||||
"author": "Bryson Shepard <bryson@natureinpots.com>",
|
||||
"description": "Core plant catalog and management.",
|
||||
"module": "plugins.plant",
|
||||
"routes": {
|
||||
"module": "plugins.plant.routes",
|
||||
"blueprint": "bp",
|
||||
"url_prefix": "/plant"
|
||||
},
|
||||
"models": [
|
||||
"plugins.plant.models"
|
||||
],
|
||||
"subplugins": [
|
||||
{
|
||||
"name": "GrowLog",
|
||||
"module": "plugins.plant.growlog",
|
||||
"routes": {
|
||||
"module": "plugins.plant.growlog.routes",
|
||||
"blueprint": "bp",
|
||||
"url_prefix": "/plant/growlog"
|
||||
},
|
||||
"models": [
|
||||
"plugins.plant.growlog.models"
|
||||
]
|
||||
}
|
||||
],
|
||||
"license": "Proprietary",
|
||||
"repository": "https://github.com/your-org/your-app"
|
||||
}
|
||||
|
Reference in New Issue
Block a user