a ton of fun happened, refactored alot
This commit is contained in:
14
plugins/ownership/plugin.json
Normal file
14
plugins/ownership/plugin.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Ownership",
|
||||
"version": "0.1.0",
|
||||
"author": "Bryson Shepard <bryson@natureinpots.com>",
|
||||
"description": "Tracks plant ownership transfers and history.",
|
||||
"module": "plugins.ownership",
|
||||
"routes": {
|
||||
"module": "plugins.ownership.routes",
|
||||
"blueprint": "bp",
|
||||
"url_prefix": "/ownership"
|
||||
},
|
||||
"license": "Proprietary",
|
||||
"repository": "https://github.com/your-org/your-app"
|
||||
}
|
Reference in New Issue
Block a user