2016-12-21 20:34:04 +00:00
|
|
|
name: angel
|
2018-11-14 07:18:56 +00:00
|
|
|
description: An app that's going to be amazing pretty soon.
|
2017-06-10 15:24:36 +00:00
|
|
|
publish_to: none # Ensure we don't accidentally publish our private code! ;)
|
2016-12-21 20:34:04 +00:00
|
|
|
environment:
|
2018-06-05 23:51:20 +00:00
|
|
|
sdk: '>=2.0.0-dev <3.0.0'
|
2016-12-21 20:34:04 +00:00
|
|
|
homepage: https://github.com/angel-dart/angel
|
2017-10-19 21:53:33 +00:00
|
|
|
dependencies:
|
2018-09-05 00:57:39 +00:00
|
|
|
angel_auth: ^2.0.0-alpha # Supports stateless authentication via JWT
|
|
|
|
angel_configuration: ^2.0.0 # Loads application configuration, along with support for .env files.
|
|
|
|
angel_framework: ^2.0.0-alpha # The core server library.
|
2018-11-10 21:56:41 +00:00
|
|
|
angel_jael: ^2.0.0 # Server-side templating engine
|
2018-09-05 01:10:18 +00:00
|
|
|
angel_production: ^1.0.0-alpha
|
2018-09-05 00:57:39 +00:00
|
|
|
angel_static: ^2.0.0-alpha # Static file server
|
|
|
|
angel_validate: ^2.0.0-alpha # Allows for validation of input data
|
2017-02-28 22:59:39 +00:00
|
|
|
dev_dependencies:
|
2018-10-02 17:10:56 +00:00
|
|
|
angel_hot: ^2.0.0 # Hot-reloading support. :)
|
2018-09-05 00:57:39 +00:00
|
|
|
angel_test: ^2.0.0-alpha # Utilities for testing Angel servers.
|
2018-07-15 04:31:40 +00:00
|
|
|
io: ^0.3.2
|
2018-09-05 00:57:39 +00:00
|
|
|
test: ^1.0.0
|