This repository has been archived on 2025-02-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2020-05-09 17:45:46 +02:00
|
|
|
name: orgwebsitebackend
|
|
|
|
|
description: A bare-bone server for org-generated websites.
|
2020-05-05 14:49:26 +02:00
|
|
|
version: 1.0.0
|
2020-05-09 17:45:46 +02:00
|
|
|
homepage: https://labs.phundrak.com/phundrak/org-website-backend
|
2020-05-05 14:49:26 +02:00
|
|
|
author: Lucien Cartier-Tilet <lucien@phundrak.com>
|
|
|
|
|
|
|
|
|
|
environment:
|
2021-03-30 18:54:31 +02:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2020-05-05 14:49:26 +02:00
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
|
|
dev_dependencies:
|
2020-12-07 16:03:15 +01:00
|
|
|
build_runner: ">=1.10.1 <2.0.0"
|
|
|
|
|
build_web_compilers: ">=2.9.0 <3.0.0"
|
|
|
|
|
pedantic: ">=1.9.0 <2.0.0"
|