17 lines
439 B
JSON
17 lines
439 B
JSON
{
|
|
"name": "Transfer",
|
|
"version": "0.1.0",
|
|
"author": "Bryson Shepard <bryson@natureinpots.com>",
|
|
"description": "Manages plant transfers between users.",
|
|
"module": "plugins.transfer",
|
|
"routes": {
|
|
"module": "plugins.transfer.routes",
|
|
"blueprint": "bp",
|
|
"url_prefix": "/transfer"
|
|
},
|
|
"models": [
|
|
"plugins.transfer.models"
|
|
],
|
|
"license": "Proprietary",
|
|
"repository": "https://github.com/your-org/your-app"
|
|
} |