18 lines
530 B
JSON
18 lines
530 B
JSON
{
|
|
"name": "Exchange",
|
|
"version": "0.1.0",
|
|
"author": "Bryson Shepard <bryson@natureinpots.com>",
|
|
"description": "Plant listings (sale, trade, auction, loan, donation, consignment, swap, request), transfers, and price submissions.",
|
|
"module": "plugins.exchange",
|
|
"routes": {
|
|
"module": "plugins.exchange.routes",
|
|
"blueprint": "exchange_bp",
|
|
"url_prefix": "/exchange"
|
|
},
|
|
"models": [
|
|
"plugins.exchange.models"
|
|
],
|
|
"license": "Proprietary",
|
|
"repository": "https://github.com/lilfade/natureinpots"
|
|
}
|