60 lines
1.5 KiB
YAML
60 lines
1.5 KiB
YAML
name: angel
|
|
description: An app that's going to be amazing pretty soon.
|
|
publish_to: none # Ensure we don't accidentally publish our private code! ;)
|
|
environment:
|
|
sdk: '>=2.10.0 <3.0.0'
|
|
homepage: https://github.com/angel-dart/angel
|
|
dependencies:
|
|
angel_auth:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x
|
|
path: packages/auth
|
|
angel_configuration:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x
|
|
path: packages/configuration
|
|
angel_framework:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x
|
|
path: packages/framework
|
|
angel_jael:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x
|
|
path: packages/jael/angel_jael
|
|
angel_production:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x
|
|
path: packages/production
|
|
angel_static:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x
|
|
path: packages/static
|
|
angel_validate:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x
|
|
path: packages/validate
|
|
dev_dependencies:
|
|
angel_hot:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x
|
|
path: packages/hot
|
|
angel_test:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x
|
|
path: packages/test
|
|
io: ^0.3.5 # For pretty printing.
|
|
pedantic: ^1.11.0 # Enforces Dart style conventions.
|
|
test: ^1.16.5 # For unit testing.
|
|
|
|
|
|
|
|
|