name: protevus_mustache version: 8.2.0 description: A service that renders Mustache template into HTML view for Protevus homepage: https://protevus-framework.web.app/ repository: https://github.com/dart-backend/protevus/tree/master/packages/mustache environment: sdk: '>=3.3.0 <4.0.0' dependencies: protevus_framework: ^8.0.0 file: ^7.0.0 mustache_template: ^2.0.0 path: ^1.8.0 dev_dependencies: http: ^1.0.0 test: ^1.24.0 lints: ^4.0.0 # dependency_overrides: # protevus_container: # path: ../container/angel_container # protevus_framework: # path: ../framework # protevus_http_exception: # path: ../http_exception # protevus_model: # path: ../model # protevus_route: # path: ../route # protevus_mock_request: # path: ../mock_request